#050406

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

Shades of Blackcurrant #050406

Tints of Blackcurrant #050406

Color information

#050406 (or 0x050406) is unknown color: approx Blackcurrant. HEX triplet: 05, 04 and 06. RGB value is (5,4,6). Sum of RGB (Red+Green+Blue) = 5+4+6=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 6 - color contains mainly: blue. Hex color #050406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050406 is #FAFBF9. Grayscale: #040404. Windows color (decimal): -16448506 or 394245. OLE color: 394245.

HSL color Cylindrical-coordinate representation of color #050406: hue angle of 270º degrees, saturation: 0.2, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #050406 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB546-
CMYK0.170.3300.98
HSL270º20%1.96%-
HSV(B)270º33.33%2.35%-
XYZ0.140.130.19-
YUV4.53128.83128.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 26.67%
BLUE value IS 6 (2.73% from 255) = 40%
R=33.33%
G=26.67%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal5460.170.3300.98270201.96
Hex546112106210e142
Octal54621410142416242
Binary10110011010001100001011000101000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050406; }

 p { color: rgb(5,4,6); }

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

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

 a { background-color: rgb(5,4,6); }

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

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

 span { border-color: rgb(5,4,6); }

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