Html Css Color HEX #080A17 Black Russian

📋 copy color: '#080A17'

red 8 ◦ green 10 ◦ blue 23

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

Shades of Black Russian #080A17

Tints of Black Russian #080A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 24.39%

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

R = 19.51%
G = 24.39%
B = 56.1%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080A17 (or 0x080A17) is known color: Black Russian. HEX triplet: 08, 0A and 17. RGB value is (8,10,23). Sum of RGB (Red+Green+Blue) = 8+10+23=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #080A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A17 is #F7F5E8. Grayscale: #0A0A0A. Windows color (decimal): -16250345 or 1509896. OLE color: 1509896.

HSL color Cylindrical-coordinate representation of color #080A17: hue angle of 232º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #080A17 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 10 23 -
CMYK 0.65 0.57 0 0.91
HSL 232º 0.48% 0.06% -
HSV(B) 232º 0.65% 0.09% -
XYZ 0.36 0.33 0.86 -
YUV 10.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 8 10 23 0.65 0.57 0 0.91 232 0.48 0.06
Hex 8 A 17 41 39 0 5B E8 30 6
Octal 10 12 27 101 71 0 133 350 60 6
Binary 1000 1010 10111 1000001 111001 0 1011011 11101000 110000 110

Color Harmonies of #080A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A17

Black with #080A17

Text Example


Text Example

White with #080A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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