#02011A

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

Shades of Black Russian #02011A

Tints of Black Russian #02011A

Color information

#02011A (or 0x02011A) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 1A. RGB value is (2,1,26). Sum of RGB (Red+Green+Blue) = 2+1+26=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 26 (10.55% from 255 or 89.66% from 29); Max value from RGB is 26 - color contains mainly: blue. Hex color #02011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02011A is #FDFEE5. Grayscale: #040404. Windows color (decimal): -16645862 or 1704194. OLE color: 1704194.

HSL color Cylindrical-coordinate representation of color #02011A: hue angle of 242.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02011A is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB2126-
CMYK0.920.9600.90
HSL242.4º92.59%5.29%-
HSV(B)242.4º96.15%10.2%-
XYZ0.220.110.99-
YUV4.15140.33126.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 1 (0.78% from 255) = 3.45%
BLUE value IS 26 (10.55% from 255) = 89.66%
R=6.90%
G=3.45%
B=89.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal21260.920.9600.90242.492.595.29
Hex211A5C6005Af25d5
Octal213213414001323621355
Binary101110101011100110000001011010111100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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