Html Css Color HEX #020918 Black Russian

📋 copy color: '#020918'

red 2 ◦ green 9 ◦ blue 24

#020918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #020918

Tints of Black Russian #020918

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 value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020918 (or 0x020918) is known color: 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

RGB 2 9 24 -
CMYK 0.92 0.63 0 0.91
HSL 220.91º 0.85% 0.05% -
HSV(B) 220.91º 0.92% 0.09% -
XYZ 0.29 0.27 0.9 -
YUV 8.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 2 9 24 0.92 0.63 0 0.91 220.91 0.85 0.05
Hex 2 9 18 5C 3F 0 5B DD 55 5
Octal 2 11 30 134 77 0 133 335 125 5
Binary 10 1001 11000 1011100 111111 0 1011011 11011101 1010101 101

Color Harmonies of #020918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020918

Black with #020918

Text Example


Text Example

White with #020918

Text Example


Text Example

HTML Codes & Css Web 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>