#3B054D

Color #3B054D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #3B054D

Tints of Blackcurrant #3B054D

Color information

#3B054D (or 0x3B054D) is unknown color: approx Blackcurrant. HEX triplet: 3B, 05 and 4D. RGB value is (59,5,77). Sum of RGB (Red+Green+Blue) = 59+5+77=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B054D is #C4FAB2. Grayscale: #1D1D1D. Windows color (decimal): -12909235 or 5047611. OLE color: 5047611.

HSL color Cylindrical-coordinate representation of color #3B054D: hue angle of 285º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B054D is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB59577-
CMYK0.230.9400.70
HSL285º87.8%16.08%-
HSV(B)285º93.51%30.2%-
XYZ3.21.577.16-
YUV29.35154.89149.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 41.84%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=41.84%
G=3.55%
B=54.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal595770.230.9400.7028587.816.08
Hex3B54D175E04611d5810
Octal73511527136010643513020
Binary111011101100110110111101111001000110100011101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B054D; }

 p { color: rgb(59,5,77); }

 H1.HeaderClassName
 {
   color: #3B054D;
 }
 .AnyTagClassName
 {
   color: #3B054D;
 }
</style>
background-color css

<style>
 a { background-color: #3B054D; }

 a { background-color: rgb(59,5,77); }

 div.DivClassName
 {
   background-color: #3B054D;
 }
 .BgClassName
 {
   background-color: #3B054D;
 }
</style>
border-color css

<style>
 span { border-color: #3B054D; }

 span { border-color: rgb(59,5,77); }

 td.TdClassName
 {
   border-color: #3B054D;
 }
 .TagClassName
 {
   border-color: #3B054D;
 }
</style>