#020408

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

Shades of Black Russian #020408

Tints of Black Russian #020408

Color information

#020408 (or 0x020408) is unknown color: approx Black Russian. HEX triplet: 02, 04 and 08. RGB value is (2,4,8). Sum of RGB (Red+Green+Blue) = 2+4+8=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 4 (1.95% from 255 or 28.57% from 14); Blue value is 8 (3.52% from 255 or 57.14% from 14); Max value from RGB is 8 - color contains mainly: blue. Hex color #020408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020408 is #FDFBF7. Grayscale: #030303. Windows color (decimal): -16645112 or 525314. OLE color: 525314.

HSL color Cylindrical-coordinate representation of color #020408: hue angle of 220º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020408 is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB248-
CMYK0.750.500.97
HSL220º60%1.96%-
HSV(B)220º75%3.14%-
XYZ0.110.120.25-
YUV3.86130.34126.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 14.29%
GREEN value IS 4 (1.95% from 255) = 28.57%
BLUE value IS 8 (3.52% from 255) = 57.14%
R=14.29%
G=28.57%
B=57.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2480.750.500.97220601.96
Hex2484B32061dc3c2
Octal2410113620141334742
Binary1010010001001011110010011000011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020408; }

 p { color: rgb(2,4,8); }

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

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

 a { background-color: rgb(2,4,8); }

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

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

 span { border-color: rgb(2,4,8); }

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