Shades of Black Russian #080B13
Tints of Black Russian #080B13
RGB
CMYK
RGB Variations
Color information
#080B13 (or 0x080B13) is known color: Black Russian. HEX triplet: 08, 0B and 13. RGB value is (8,11,19). Sum of RGB (Red+Green+Blue) = 8+11+19=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #080B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B13 is #F7F4EC. Grayscale: #0A0A0A. Windows color (decimal): -16250093 or 1248008. OLE color: 1248008.
HSL color Cylindrical-coordinate representation of color #080B13: hue angle of 223.64º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #080B13 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 8 | 11 | 19 | - |
CMYK | 0.58 | 0.42 | 0 | 0.93 |
HSL | 223.64º | 0.41% | 0.05% | - |
HSV(B) | 223.64º | 0.58% | 0.07% | - |
XYZ | 0.34 | 0.34 | 0.66 | - |
YUV | 11.02 | 132.51 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 11 | 19 | 0.58 | 0.42 | 0 | 0.93 | 223.64 | 0.41 | 0.05 |
Hex | 8 | B | 13 | 3A | 2A | 0 | 5D | E0 | 29 | 5 |
Octal | 10 | 13 | 23 | 72 | 52 | 0 | 135 | 340 | 51 | 5 |
Binary | 1000 | 1011 | 10011 | 111010 | 101010 | 0 | 1011101 | 11100000 | 101001 | 101 |
Color Harmonies of #080B13
Complementary color
Monochromatic Colors of #080B13
Black with #080B13
Text Example
Text Example
White with #080B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B13; }
p { color: rgb(8,11,19); }
H1.HeaderClassName
{
color: #080B13;
}
.AnyTagClassName
{
color: #080B13;
}
</style>
background-color css
<style>
a { background-color: #080B13; }
a { background-color: rgb(8,11,19); }
div.DivClassName
{
background-color: #080B13;
}
.BgClassName
{
background-color: #080B13;
}
</style>
border-color css
<style>
span { border-color: #080B13; }
span { border-color: rgb(8,11,19); }
td.TdClassName
{
border-color: #080B13;
}
.TagClassName
{
border-color: #080B13;
}
</style>