#02021A

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

Shades of Black Russian #02021A

Tints of Black Russian #02021A

Color information

#02021A (or 0x02021A) is unknown color: approx Black Russian. HEX triplet: 02, 02 and 1A. RGB value is (2,2,26). Sum of RGB (Red+Green+Blue) = 2+2+26=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 26 (10.55% from 255 or 86.67% from 30); Max value from RGB is 26 - color contains mainly: blue. Hex color #02021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02021A is #FDFDE5. Grayscale: #040404. Windows color (decimal): -16645606 or 1704450. OLE color: 1704450.

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

Color convert

RGB2226-
CMYK0.920.9200.90
HSL240º85.71%5.49%-
HSV(B)240º92.31%10.2%-
XYZ0.230.130.99-
YUV4.74140126.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 2 (1.17% from 255) = 6.67%
BLUE value IS 26 (10.55% from 255) = 86.67%
R=6.67%
G=6.67%
B=86.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal22260.920.9200.9024085.715.49
Hex221A5C5C05Af0565
Octal223213413401323601265
Binary1010110101011100101110001011010111100001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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