Html Css Color HEX #080811 Black Russian

📋 copy color: '#080811'

red 8 ◦ green 8 ◦ blue 17

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

Shades of Black Russian #080811

Tints of Black Russian #080811

RGB

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

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

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

R = 24.24%
G = 24.24%
B = 51.52%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080811 (or 0x080811) is known color: Black Russian. HEX triplet: 08, 08 and 11. RGB value is (8,8,17). Sum of RGB (Red+Green+Blue) = 8+8+17=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #080811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080811 is #F7F7EE. Grayscale: #080808. Windows color (decimal): -16250863 or 1116168. OLE color: 1116168.

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

Color convert

RGB 8 8 17 -
CMYK 0.53 0.53 0 0.93
HSL 240º 0.36% 0.05% -
HSV(B) 240º 0.53% 0.07% -
XYZ 0.29 0.27 0.57 -
YUV 9.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 8 8 17 0.53 0.53 0 0.93 240 0.36 0.05
Hex 8 8 11 35 35 0 5D F0 24 5
Octal 10 10 21 65 65 0 135 360 44 5
Binary 1000 1000 10001 110101 110101 0 1011101 11110000 100100 101

Color Harmonies of #080811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080811

Black with #080811

Text Example


Text Example

White with #080811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080811; }

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

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

background-color css

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

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

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

border-color css

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

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

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