Html Css Color HEX #080711 Black Russian

📋 copy color: '#080711'

red 8 ◦ green 7 ◦ blue 17

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

Shades of Black Russian #080711

Tints of Black Russian #080711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 53.13%

R = 25%
G = 21.88%
B = 53.13%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080711 (or 0x080711) is known color: Black Russian. HEX triplet: 08, 07 and 11. RGB value is (8,7,17). Sum of RGB (Red+Green+Blue) = 8+7+17=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #080711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080711 is #F7F8EE. Grayscale: #080808. Windows color (decimal): -16251119 or 1115912. OLE color: 1115912.

HSL color Cylindrical-coordinate representation of color #080711: hue angle of 246º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #080711 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 7 17 -
CMYK 0.53 0.59 0 0.93
HSL 246º 0.42% 0.05% -
HSV(B) 246º 0.59% 0.07% -
XYZ 0.28 0.24 0.56 -
YUV 8.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 8 7 17 0.53 0.59 0 0.93 246 0.42 0.05
Hex 8 7 11 35 3B 0 5D F6 2A 5
Octal 10 7 21 65 73 0 135 366 52 5
Binary 1000 111 10001 110101 111011 0 1011101 11110110 101010 101

Color Harmonies of #080711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080711

Black with #080711

Text Example


Text Example

White with #080711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080711; }

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

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

background-color css

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

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

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

border-color css

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

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

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