Shades of Black Russian #080809
Tints of Black Russian #080809
RGB
CMYK
RGB Variations
Color information
#080809 (or 0x080809) is known color: Black Russian. HEX triplet: 08, 08 and 09. RGB value is (8,8,9). Sum of RGB (Red+Green+Blue) = 8+8+9=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 9 - color contains mainly: blue. Hex color #080809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080809 is #F7F7F6. Grayscale: #080808. Windows color (decimal): -16250871 or 591880. OLE color: 591880.
HSL color Cylindrical-coordinate representation of color #080809: hue angle of 240º degrees, saturation: 0.06, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #080809 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 8 | 9 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.96 |
| HSL | 240º | 0.06% | 0.03% | - |
| HSV(B) | 240º | 0.11% | 0.04% | - |
| XYZ | 0.24 | 0.25 | 0.29 | - |
| YUV | 8.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 9 | 0.11 | 0.11 | 0 | 0.96 | 240 | 0.06 | 0.03 |
| Hex | 8 | 8 | 9 | B | B | 0 | 60 | F0 | 6 | 3 |
| Octal | 10 | 10 | 11 | 13 | 13 | 0 | 140 | 360 | 6 | 3 |
| Binary | 1000 | 1000 | 1001 | 1011 | 1011 | 0 | 1100000 | 11110000 | 110 | 11 |
Color Harmonies of #080809
Complementary color
Monochromatic Colors of #080809
Black with #080809
Text Example
Text Example
White with #080809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080809; }
p { color: rgb(8,8,9); }
H1.HeaderClassName
{
color: #080809;
}
.AnyTagClassName
{
color: #080809;
}
</style>
background-color css
<style>
a { background-color: #080809; }
a { background-color: rgb(8,8,9); }
div.DivClassName
{
background-color: #080809;
}
.BgClassName
{
background-color: #080809;
}
</style>
border-color css
<style>
span { border-color: #080809; }
span { border-color: rgb(8,8,9); }
td.TdClassName
{
border-color: #080809;
}
.TagClassName
{
border-color: #080809;
}
</style>