Shades of Black Russian #080C13
Tints of Black Russian #080C13
RGB
CMYK
RGB Variations
Color information
#080C13 (or 0x080C13) is known color: Black Russian. HEX triplet: 08, 0C and 13. RGB value is (8,12,19). Sum of RGB (Red+Green+Blue) = 8+12+19=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #080C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C13 is #F7F3EC. Grayscale: #0B0B0B. Windows color (decimal): -16249837 or 1248264. OLE color: 1248264.
HSL color Cylindrical-coordinate representation of color #080C13: hue angle of 218.18º 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 #080C13 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 12 | 19 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.93 |
| HSL | 218.18º | 0.41% | 0.05% | - |
| HSV(B) | 218.18º | 0.58% | 0.07% | - |
| XYZ | 0.35 | 0.36 | 0.67 | - |
| YUV | 11.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 19 | 0.58 | 0.37 | 0 | 0.93 | 218.18 | 0.41 | 0.05 |
| Hex | 8 | C | 13 | 3A | 25 | 0 | 5D | DA | 29 | 5 |
| Octal | 10 | 14 | 23 | 72 | 45 | 0 | 135 | 332 | 51 | 5 |
| Binary | 1000 | 1100 | 10011 | 111010 | 100101 | 0 | 1011101 | 11011010 | 101001 | 101 |
Color Harmonies of #080C13
Complementary color
Monochromatic Colors of #080C13
Black with #080C13
Text Example
Text Example
White with #080C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C13; }
p { color: rgb(8,12,19); }
H1.HeaderClassName
{
color: #080C13;
}
.AnyTagClassName
{
color: #080C13;
}
</style>
background-color css
<style>
a { background-color: #080C13; }
a { background-color: rgb(8,12,19); }
div.DivClassName
{
background-color: #080C13;
}
.BgClassName
{
background-color: #080C13;
}
</style>
border-color css
<style>
span { border-color: #080C13; }
span { border-color: rgb(8,12,19); }
td.TdClassName
{
border-color: #080C13;
}
.TagClassName
{
border-color: #080C13;
}
</style>