Shades of Black Russian #05021C
Tints of Black Russian #05021C
RGB
CMYK
RGB Variations
Color information
#05021C (or 0x05021C) is known color: Black Russian. HEX triplet: 05, 02 and 1C. RGB value is (5,2,28). Sum of RGB (Red+Green+Blue) = 5+2+28=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 28 (11.33% from 255 or 80% from 35); Max value from RGB is 28 - color contains mainly: blue. Hex color #05021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05021C is #FAFDE3. Grayscale: #050505. Windows color (decimal): -16448996 or 1835525. OLE color: 1835525.
HSL color Cylindrical-coordinate representation of color #05021C: hue angle of 246.92º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05021C is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 2 | 28 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.89 |
| HSL | 246.92º | 0.87% | 0.06% | - |
| HSV(B) | 246.92º | 0.93% | 0.11% | - |
| XYZ | 0.29 | 0.16 | 1.11 | - |
| YUV | 5.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 28 | 0.82 | 0.93 | 0 | 0.89 | 246.92 | 0.87 | 0.06 |
| Hex | 5 | 2 | 1C | 52 | 5D | 0 | 59 | F7 | 57 | 6 |
| Octal | 5 | 2 | 34 | 122 | 135 | 0 | 131 | 367 | 127 | 6 |
| Binary | 101 | 10 | 11100 | 1010010 | 1011101 | 0 | 1011001 | 11110111 | 1010111 | 110 |
Color Harmonies of #05021C
Complementary color
Monochromatic Colors of #05021C
Black with #05021C
Text Example
Text Example
White with #05021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05021C; }
p { color: rgb(5,2,28); }
H1.HeaderClassName
{
color: #05021C;
}
.AnyTagClassName
{
color: #05021C;
}
</style>
background-color css
<style>
a { background-color: #05021C; }
a { background-color: rgb(5,2,28); }
div.DivClassName
{
background-color: #05021C;
}
.BgClassName
{
background-color: #05021C;
}
</style>
border-color css
<style>
span { border-color: #05021C; }
span { border-color: rgb(5,2,28); }
td.TdClassName
{
border-color: #05021C;
}
.TagClassName
{
border-color: #05021C;
}
</style>