Html Css Color HEX #020917 Black Russian

📋 copy color: '#020917'

red 2 ◦ green 9 ◦ blue 23

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

Shades of Black Russian #020917

Tints of Black Russian #020917

RGB

 RED value IS 2 (1.17% from 255) = 5.88%

 GREEN value IS 9 (3.91% from 255) = 26.47%

 BLUE value IS 23 (9.38% from 255) = 67.65%

R = 5.88%
G = 26.47%
B = 67.65%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020917 (or 0x020917) is known color: Black Russian. HEX triplet: 02, 09 and 17. RGB value is (2,9,23). Sum of RGB (Red+Green+Blue) = 2+9+23=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 23 (9.38% from 255 or 67.65% from 34); Max value from RGB is 23 - color contains mainly: blue. Hex color #020917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020917 is #FDF6E8. Grayscale: #080808. Windows color (decimal): -16643817 or 1509634. OLE color: 1509634.

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

Color convert

RGB 2 9 23 -
CMYK 0.91 0.61 0 0.91
HSL 220º 0.84% 0.05% -
HSV(B) 220º 0.91% 0.09% -
XYZ 0.28 0.27 0.85 -
YUV 8.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 2 9 23 0.91 0.61 0 0.91 220 0.84 0.05
Hex 2 9 17 5B 3D 0 5B DC 54 5
Octal 2 11 27 133 75 0 133 334 124 5
Binary 10 1001 10111 1011011 111101 0 1011011 11011100 1010100 101

Color Harmonies of #020917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020917

Black with #020917

Text Example


Text Example

White with #020917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020917; }

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

 H1.HeaderClassName
 {
   color: #020917;
 }
 .AnyTagClassName
 {
   color: #020917;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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