#020918

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

Shades of Black Russian #020918

Tints of Black Russian #020918

Color information

#020918 (or 0x020918) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 18. RGB value is (2,9,24). Sum of RGB (Red+Green+Blue) = 2+9+24=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 24 (9.77% from 255 or 68.57% from 35); Max value from RGB is 24 - color contains mainly: blue. Hex color #020918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020918 is #FDF6E7. Grayscale: #080808. Windows color (decimal): -16643816 or 1575170. OLE color: 1575170.

HSL color Cylindrical-coordinate representation of color #020918: hue angle of 220.91º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020918 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB2924-
CMYK0.920.6300.91
HSL220.91º84.62%5.1%-
HSV(B)220.91º91.67%9.41%-
XYZ0.290.270.9-
YUV8.62136.68123.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 24 (9.77% from 255) = 68.57%
R=5.71%
G=25.71%
B=68.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal29240.920.6300.91220.9184.625.1
Hex29185C3F05Bdd555
Octal211301347701333351255
Binary10100111000101110011111101011011110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020918; }

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

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

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

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

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

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

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

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