Shades of Black Russian #08051C
Tints of Black Russian #08051C
RGB
CMYK
RGB Variations
Color information
#08051C (or 0x08051C) is known color: Black Russian. HEX triplet: 08, 05 and 1C. RGB value is (8,5,28). Sum of RGB (Red+Green+Blue) = 8+5+28=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #08051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08051C is #F7FAE3. Grayscale: #080808. Windows color (decimal): -16251620 or 1836296. OLE color: 1836296.
HSL color Cylindrical-coordinate representation of color #08051C: hue angle of 247.83º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08051C is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 5 | 28 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.89 |
| HSL | 247.83º | 0.7% | 0.06% | - |
| HSV(B) | 247.83º | 0.82% | 0.11% | - |
| XYZ | 0.36 | 0.24 | 1.13 | - |
| YUV | 8.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 28 | 0.71 | 0.82 | 0 | 0.89 | 247.83 | 0.7 | 0.06 |
| Hex | 8 | 5 | 1C | 47 | 52 | 0 | 59 | F8 | 46 | 6 |
| Octal | 10 | 5 | 34 | 107 | 122 | 0 | 131 | 370 | 106 | 6 |
| Binary | 1000 | 101 | 11100 | 1000111 | 1010010 | 0 | 1011001 | 11111000 | 1000110 | 110 |
Color Harmonies of #08051C
Complementary color
Monochromatic Colors of #08051C
Black with #08051C
Text Example
Text Example
White with #08051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08051C; }
p { color: rgb(8,5,28); }
H1.HeaderClassName
{
color: #08051C;
}
.AnyTagClassName
{
color: #08051C;
}
</style>
background-color css
<style>
a { background-color: #08051C; }
a { background-color: rgb(8,5,28); }
div.DivClassName
{
background-color: #08051C;
}
.BgClassName
{
background-color: #08051C;
}
</style>
border-color css
<style>
span { border-color: #08051C; }
span { border-color: rgb(8,5,28); }
td.TdClassName
{
border-color: #08051C;
}
.TagClassName
{
border-color: #08051C;
}
</style>