Html Css Color HEX #080217 Black Russian

📋 copy color: '#080217'

red 8 ◦ green 2 ◦ blue 23

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

Shades of Black Russian #080217

Tints of Black Russian #080217

RGB

 RED value IS 8 (3.52% from 255) = 24.24%

 GREEN value IS 2 (1.17% from 255) = 6.06%

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

R = 24.24%
G = 6.06%
B = 69.7%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080217 (or 0x080217) is known color: Black Russian. HEX triplet: 08, 02 and 17. RGB value is (8,2,23). Sum of RGB (Red+Green+Blue) = 8+2+23=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 23 (9.38% from 255 or 69.70% from 33); Max value from RGB is 23 - color contains mainly: blue. Hex color #080217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080217 is #F7FDE8. Grayscale: #060606. Windows color (decimal): -16252393 or 1507848. OLE color: 1507848.

HSL color Cylindrical-coordinate representation of color #080217: hue angle of 257.14º 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 #080217 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 2 23 -
CMYK 0.65 0.91 0 0.91
HSL 257.14º 0.84% 0.05% -
HSV(B) 257.14º 0.91% 0.09% -
XYZ 0.28 0.16 0.83 -
YUV 6.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 8 2 23 0.65 0.91 0 0.91 257.14 0.84 0.05
Hex 8 2 17 41 5B 0 5B 101 54 5
Octal 10 2 27 101 133 0 133 401 124 5
Binary 1000 10 10111 1000001 1011011 0 1011011 100000001 1010100 101

Color Harmonies of #080217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080217

Black with #080217

Text Example


Text Example

White with #080217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080217; }

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

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

background-color css

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

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

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

border-color css

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

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

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