Shades of Black Russian #08052C
Tints of Black Russian #08052C
RGB
CMYK
RGB Variations
Color information
#08052C (or 0x08052C) is known color: Black Russian. HEX triplet: 08, 05 and 2C. RGB value is (8,5,44). Sum of RGB (Red+Green+Blue) = 8+5+44=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #08052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08052C is #F7FAD3. Grayscale: #0A0A0A. Windows color (decimal): -16251604 or 2884872. OLE color: 2884872.
HSL color Cylindrical-coordinate representation of color #08052C: hue angle of 244.62º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08052C is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 5 | 44 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.83 |
| HSL | 244.62º | 0.8% | 0.1% | - |
| HSV(B) | 244.62º | 0.89% | 0.17% | - |
| XYZ | 0.61 | 0.34 | 2.42 | - |
| YUV | 10.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 44 | 0.82 | 0.89 | 0 | 0.83 | 244.62 | 0.8 | 0.1 |
| Hex | 8 | 5 | 2C | 52 | 59 | 0 | 53 | F5 | 50 | A |
| Octal | 10 | 5 | 54 | 122 | 131 | 0 | 123 | 365 | 120 | 12 |
| Binary | 1000 | 101 | 101100 | 1010010 | 1011001 | 0 | 1010011 | 11110101 | 1010000 | 1010 |
Color Harmonies of #08052C
Complementary color
Monochromatic Colors of #08052C
Black with #08052C
Text Example
Text Example
White with #08052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08052C; }
p { color: rgb(8,5,44); }
H1.HeaderClassName
{
color: #08052C;
}
.AnyTagClassName
{
color: #08052C;
}
</style>
background-color css
<style>
a { background-color: #08052C; }
a { background-color: rgb(8,5,44); }
div.DivClassName
{
background-color: #08052C;
}
.BgClassName
{
background-color: #08052C;
}
</style>
border-color css
<style>
span { border-color: #08052C; }
span { border-color: rgb(8,5,44); }
td.TdClassName
{
border-color: #08052C;
}
.TagClassName
{
border-color: #08052C;
}
</style>