#02011C

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

Shades of Black Russian #02011C

Tints of Black Russian #02011C

Color information

#02011C (or 0x02011C) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 1C. RGB value is (2,1,28). Sum of RGB (Red+Green+Blue) = 2+1+28=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 28 (11.33% from 255 or 90.32% from 31); Max value from RGB is 28 - color contains mainly: blue. Hex color #02011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02011C is #FDFEE3. Grayscale: #040404. Windows color (decimal): -16645860 or 1835266. OLE color: 1835266.

HSL color Cylindrical-coordinate representation of color #02011C: hue angle of 242.22º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02011C is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB2128-
CMYK0.930.9600.89
HSL242.22º93.1%5.69%-
HSV(B)242.22º96.43%10.98%-
XYZ0.250.121.11-
YUV4.38141.33126.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.45%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 28 (11.33% from 255) = 90.32%
R=6.45%
G=3.23%
B=90.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal21280.930.9600.89242.2293.15.69
Hex211C5D60059f25d6
Octal213413514001313621356
Binary101111001011101110000001011001111100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02011C; }

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

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

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

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

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

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

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

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