#02091D

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

Shades of Black Russian #02091D

Tints of Black Russian #02091D

Color information

#02091D (or 0x02091D) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 1D. RGB value is (2,9,29). Sum of RGB (Red+Green+Blue) = 2+9+29=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #02091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02091D is #FDF6E2. Grayscale: #090909. Windows color (decimal): -16643811 or 1902850. OLE color: 1902850.

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

Color convert

RGB2929-
CMYK0.930.6900.89
HSL224.44º87.1%6.08%-
HSV(B)224.44º93.1%11.37%-
XYZ0.340.31.2-
YUV9.19139.18122.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 29 (11.72% from 255) = 72.5%
R=5%
G=22.5%
B=72.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29290.930.6900.89224.4487.16.08
Hex291D5D45059e0576
Octal2113513510501313401276
Binary101001111011011101100010101011001111000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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