Html Css Color HEX #080718 Black Russian

📋 copy color: '#080718'

red 8 ◦ green 7 ◦ blue 24

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

Shades of Black Russian #080718

Tints of Black Russian #080718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.95%

 BLUE value IS 24 (9.77% from 255) = 61.54%

R = 20.51%
G = 17.95%
B = 61.54%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080718 (or 0x080718) is known color: Black Russian. HEX triplet: 08, 07 and 18. RGB value is (8,7,24). Sum of RGB (Red+Green+Blue) = 8+7+24=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #080718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080718 is #F7F8E7. Grayscale: #090909. Windows color (decimal): -16251112 or 1574664. OLE color: 1574664.

HSL color Cylindrical-coordinate representation of color #080718: hue angle of 243.53º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #080718 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 7 24 -
CMYK 0.67 0.71 0 0.91
HSL 243.53º 0.55% 0.06% -
HSV(B) 243.53º 0.71% 0.09% -
XYZ 0.34 0.27 0.9 -
YUV 9.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 8 7 24 0.67 0.71 0 0.91 243.53 0.55 0.06
Hex 8 7 18 43 47 0 5B F4 37 6
Octal 10 7 30 103 107 0 133 364 67 6
Binary 1000 111 11000 1000011 1000111 0 1011011 11110100 110111 110

Color Harmonies of #080718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080718

Black with #080718

Text Example


Text Example

White with #080718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080718; }

 p { color: rgb(8,7,24); }

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

background-color css

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

 a { background-color: rgb(8,7,24); }

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

border-color css

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

 span { border-color: rgb(8,7,24); }

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