#02081C

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

Shades of Black Russian #02081C

Tints of Black Russian #02081C

Color information

#02081C (or 0x02081C) is unknown color: approx Black Russian. HEX triplet: 02, 08 and 1C. RGB value is (2,8,28). Sum of RGB (Red+Green+Blue) = 2+8+28=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #02081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02081C is #FDF7E3. Grayscale: #080808. Windows color (decimal): -16644068 or 1837058. OLE color: 1837058.

HSL color Cylindrical-coordinate representation of color #02081C: hue angle of 226.15º 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 #02081C is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB2828-
CMYK0.930.7100.89
HSL226.15º86.67%5.88%-
HSV(B)226.15º92.86%10.98%-
XYZ0.320.271.13-
YUV8.49139.01123.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 28 (11.33% from 255) = 73.68%
R=5.26%
G=21.05%
B=73.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28280.930.7100.89226.1586.675.88
Hex281C5D47059e2576
Octal2103413510701313421276
Binary101000111001011101100011101011001111000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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