Html Css Color HEX #080911 Black Russian

📋 copy color: '#080911'

red 8 ◦ green 9 ◦ blue 17

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

Shades of Black Russian #080911

Tints of Black Russian #080911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 26.47%

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

R = 23.53%
G = 26.47%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080911 (or 0x080911) is known color: Black Russian. HEX triplet: 08, 09 and 11. RGB value is (8,9,17). Sum of RGB (Red+Green+Blue) = 8+9+17=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #080911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080911 is #F7F6EE. Grayscale: #090909. Windows color (decimal): -16250607 or 1116424. OLE color: 1116424.

HSL color Cylindrical-coordinate representation of color #080911: hue angle of 233.33º 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 #080911 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 9 17 -
CMYK 0.53 0.47 0 0.93
HSL 233.33º 0.36% 0.05% -
HSV(B) 233.33º 0.53% 0.07% -
XYZ 0.3 0.29 0.57 -
YUV 9.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 8 9 17 0.53 0.47 0 0.93 233.33 0.36 0.05
Hex 8 9 11 35 2F 0 5D E9 24 5
Octal 10 11 21 65 57 0 135 351 44 5
Binary 1000 1001 10001 110101 101111 0 1011101 11101001 100100 101

Color Harmonies of #080911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080911

Black with #080911

Text Example


Text Example

White with #080911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080911; }

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

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

background-color css

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

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

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

border-color css

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

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

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