Shades of Black Russian #05020C
Tints of Black Russian #05020C
RGB
CMYK
RGB Variations
Color information
#05020C (or 0x05020C) is known color: Black Russian. HEX triplet: 05, 02 and 0C. RGB value is (5,2,12). Sum of RGB (Red+Green+Blue) = 5+2+12=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 12 (5.08% from 255 or 63.16% from 19); Max value from RGB is 12 - color contains mainly: blue. Hex color #05020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05020C is #FAFDF3. Grayscale: #040404. Windows color (decimal): -16449012 or 786949. OLE color: 786949.
HSL color Cylindrical-coordinate representation of color #05020C: hue angle of 258º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05020C is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 2 | 12 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.95 |
| HSL | 258º | 0.71% | 0.03% | - |
| HSV(B) | 258º | 0.83% | 0.05% | - |
| XYZ | 0.15 | 0.1 | 0.36 | - |
| YUV | 4.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 12 | 0.58 | 0.83 | 0 | 0.95 | 258 | 0.71 | 0.03 |
| Hex | 5 | 2 | C | 3A | 53 | 0 | 5F | 102 | 47 | 3 |
| Octal | 5 | 2 | 14 | 72 | 123 | 0 | 137 | 402 | 107 | 3 |
| Binary | 101 | 10 | 1100 | 111010 | 1010011 | 0 | 1011111 | 100000010 | 1000111 | 11 |
Color Harmonies of #05020C
Complementary color
Monochromatic Colors of #05020C
Black with #05020C
Text Example
Text Example
White with #05020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05020C; }
p { color: rgb(5,2,12); }
H1.HeaderClassName
{
color: #05020C;
}
.AnyTagClassName
{
color: #05020C;
}
</style>
background-color css
<style>
a { background-color: #05020C; }
a { background-color: rgb(5,2,12); }
div.DivClassName
{
background-color: #05020C;
}
.BgClassName
{
background-color: #05020C;
}
</style>
border-color css
<style>
span { border-color: #05020C; }
span { border-color: rgb(5,2,12); }
td.TdClassName
{
border-color: #05020C;
}
.TagClassName
{
border-color: #05020C;
}
</style>