Shades of Black Russian #08090B
Tints of Black Russian #08090B
RGB
CMYK
RGB Variations
Color information
#08090B (or 0x08090B) is known color: Black Russian. HEX triplet: 08, 09 and 0B. RGB value is (8,9,11). Sum of RGB (Red+Green+Blue) = 8+9+11=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 11 - color contains mainly: blue. Hex color #08090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08090B is #F7F6F4. Grayscale: #080808. Windows color (decimal): -16250613 or 723208. OLE color: 723208.
HSL color Cylindrical-coordinate representation of color #08090B: hue angle of 220º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #08090B is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 9 | 11 | - |
CMYK | 0.27 | 0.18 | 0 | 0.96 |
HSL | 220º | 0.16% | 0.04% | - |
HSV(B) | 220º | 0.27% | 0.04% | - |
XYZ | 0.26 | 0.27 | 0.36 | - |
YUV | 8.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 9 | 11 | 0.27 | 0.18 | 0 | 0.96 | 220 | 0.16 | 0.04 |
Hex | 8 | 9 | B | 1B | 12 | 0 | 60 | DC | 10 | 4 |
Octal | 10 | 11 | 13 | 33 | 22 | 0 | 140 | 334 | 20 | 4 |
Binary | 1000 | 1001 | 1011 | 11011 | 10010 | 0 | 1100000 | 11011100 | 10000 | 100 |
Color Harmonies of #08090B
Complementary color
Monochromatic Colors of #08090B
Black with #08090B
Text Example
Text Example
White with #08090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08090B; }
p { color: rgb(8,9,11); }
H1.HeaderClassName
{
color: #08090B;
}
.AnyTagClassName
{
color: #08090B;
}
</style>
background-color css
<style>
a { background-color: #08090B; }
a { background-color: rgb(8,9,11); }
div.DivClassName
{
background-color: #08090B;
}
.BgClassName
{
background-color: #08090B;
}
</style>
border-color css
<style>
span { border-color: #08090B; }
span { border-color: rgb(8,9,11); }
td.TdClassName
{
border-color: #08090B;
}
.TagClassName
{
border-color: #08090B;
}
</style>