#02091A

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

Shades of Black Russian #02091A

Tints of Black Russian #02091A

Color information

#02091A (or 0x02091A) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 1A. RGB value is (2,9,26). Sum of RGB (Red+Green+Blue) = 2+9+26=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #02091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02091A is #FDF6E5. Grayscale: #080808. Windows color (decimal): -16643814 or 1706242. OLE color: 1706242.

HSL color Cylindrical-coordinate representation of color #02091A: hue angle of 222.5º 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 #02091A is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB2926-
CMYK0.920.6500.90
HSL222.5º85.71%5.49%-
HSV(B)222.5º92.31%10.2%-
XYZ0.310.281.02-
YUV8.84137.68123.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 9 (3.91% from 255) = 24.32%
BLUE value IS 26 (10.55% from 255) = 70.27%
R=5.41%
G=24.32%
B=70.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal29260.920.6500.90222.585.715.49
Hex291A5C4105Ade565
Octal2113213410101323361265
Binary101001110101011100100000101011010110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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