Shades of Black Russian #05082C
Tints of Black Russian #05082C
RGB
CMYK
RGB Variations
Color information
#05082C (or 0x05082C) is known color: Black Russian. HEX triplet: 05, 08 and 2C. RGB value is (5,8,44). Sum of RGB (Red+Green+Blue) = 5+8+44=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 8 (3.52% from 255 or 14.04% 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 #05082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05082C is #FAF7D3. Grayscale: #0B0B0B. Windows color (decimal): -16447444 or 2885637. OLE color: 2885637.
HSL color Cylindrical-coordinate representation of color #05082C: hue angle of 235.38º 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 #05082C is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 8 | 44 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.83 |
| HSL | 235.38º | 0.8% | 0.1% | - |
| HSV(B) | 235.38º | 0.89% | 0.17% | - |
| XYZ | 0.6 | 0.39 | 2.43 | - |
| YUV | 11.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 44 | 0.89 | 0.82 | 0 | 0.83 | 235.38 | 0.8 | 0.1 |
| Hex | 5 | 8 | 2C | 59 | 52 | 0 | 53 | EB | 50 | A |
| Octal | 5 | 10 | 54 | 131 | 122 | 0 | 123 | 353 | 120 | 12 |
| Binary | 101 | 1000 | 101100 | 1011001 | 1010010 | 0 | 1010011 | 11101011 | 1010000 | 1010 |
Color Harmonies of #05082C
Complementary color
Monochromatic Colors of #05082C
Black with #05082C
Text Example
Text Example
White with #05082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05082C; }
p { color: rgb(5,8,44); }
H1.HeaderClassName
{
color: #05082C;
}
.AnyTagClassName
{
color: #05082C;
}
</style>
background-color css
<style>
a { background-color: #05082C; }
a { background-color: rgb(5,8,44); }
div.DivClassName
{
background-color: #05082C;
}
.BgClassName
{
background-color: #05082C;
}
</style>
border-color css
<style>
span { border-color: #05082C; }
span { border-color: rgb(5,8,44); }
td.TdClassName
{
border-color: #05082C;
}
.TagClassName
{
border-color: #05082C;
}
</style>