#020108

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

Shades of Black Russian #020108

Tints of Black Russian #020108

Color information

#020108 (or 0x020108) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 08. RGB value is (2,1,8). Sum of RGB (Red+Green+Blue) = 2+1+8=11 (1% of max value = 765). Red value is 2 (1.17% from 255 or 18.18% from 11); Green value is 1 (0.78% from 255 or 9.09% from 11); Blue value is 8 (3.52% from 255 or 72.73% from 11); Max value from RGB is 8 - color contains mainly: blue. Hex color #020108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020108 is #FDFEF7. Grayscale: #020202. Windows color (decimal): -16645880 or 524546. OLE color: 524546.

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

Color convert

RGB218-
CMYK0.750.8800.97
HSL248.57º77.78%1.76%-
HSV(B)248.57º87.5%3.14%-
XYZ0.080.050.24-
YUV2.1131.33127.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 18.18%
GREEN value IS 1 (0.78% from 255) = 9.09%
BLUE value IS 8 (3.52% from 255) = 72.73%
R=18.18%
G=9.09%
B=72.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2180.750.8800.97248.5777.781.76
Hex2184B58061f94e2
Octal211011313001413711162
Binary1011000100101110110000110000111111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020108; }

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

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

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

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

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

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

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

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