Shades of Black Russian #05011C
Tints of Black Russian #05011C
RGB
CMYK
RGB Variations
Color information
#05011C (or 0x05011C) is known color: Black Russian. HEX triplet: 05, 01 and 1C. RGB value is (5,1,28). Sum of RGB (Red+Green+Blue) = 5+1+28=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 28 (11.33% from 255 or 82.35% from 34); Max value from RGB is 28 - color contains mainly: blue. Hex color #05011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05011C is #FAFEE3. Grayscale: #050505. Windows color (decimal): -16449252 or 1835269. OLE color: 1835269.
HSL color Cylindrical-coordinate representation of color #05011C: hue angle of 248.89º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05011C is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 1 | 28 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.89 |
| HSL | 248.89º | 0.93% | 0.06% | - |
| HSV(B) | 248.89º | 0.96% | 0.11% | - |
| XYZ | 0.28 | 0.14 | 1.11 | - |
| YUV | 5.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 28 | 0.82 | 0.96 | 0 | 0.89 | 248.89 | 0.93 | 0.06 |
| Hex | 5 | 1 | 1C | 52 | 60 | 0 | 59 | F9 | 5D | 6 |
| Octal | 5 | 1 | 34 | 122 | 140 | 0 | 131 | 371 | 135 | 6 |
| Binary | 101 | 1 | 11100 | 1010010 | 1100000 | 0 | 1011001 | 11111001 | 1011101 | 110 |
Color Harmonies of #05011C
Complementary color
Monochromatic Colors of #05011C
Black with #05011C
Text Example
Text Example
White with #05011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05011C; }
p { color: rgb(5,1,28); }
H1.HeaderClassName
{
color: #05011C;
}
.AnyTagClassName
{
color: #05011C;
}
</style>
background-color css
<style>
a { background-color: #05011C; }
a { background-color: rgb(5,1,28); }
div.DivClassName
{
background-color: #05011C;
}
.BgClassName
{
background-color: #05011C;
}
</style>
border-color css
<style>
span { border-color: #05011C; }
span { border-color: rgb(5,1,28); }
td.TdClassName
{
border-color: #05011C;
}
.TagClassName
{
border-color: #05011C;
}
</style>