Shades of Black Russian #05051C
Tints of Black Russian #05051C
RGB
CMYK
RGB Variations
Color information
#05051C (or 0x05051C) is known color: Black Russian. HEX triplet: 05, 05 and 1C. RGB value is (5,5,28). Sum of RGB (Red+Green+Blue) = 5+5+28=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #05051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05051C is #FAFAE3. Grayscale: #070707. Windows color (decimal): -16448228 or 1836293. OLE color: 1836293.
HSL color Cylindrical-coordinate representation of color #05051C: hue angle of 240º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05051C is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 5 | 28 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.89 |
| HSL | 240º | 0.7% | 0.06% | - |
| HSV(B) | 240º | 0.82% | 0.11% | - |
| XYZ | 0.33 | 0.22 | 1.12 | - |
| YUV | 7.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 28 | 0.82 | 0.82 | 0 | 0.89 | 240 | 0.7 | 0.06 |
| Hex | 5 | 5 | 1C | 52 | 52 | 0 | 59 | F0 | 46 | 6 |
| Octal | 5 | 5 | 34 | 122 | 122 | 0 | 131 | 360 | 106 | 6 |
| Binary | 101 | 101 | 11100 | 1010010 | 1010010 | 0 | 1011001 | 11110000 | 1000110 | 110 |
Color Harmonies of #05051C
Complementary color
Monochromatic Colors of #05051C
Black with #05051C
Text Example
Text Example
White with #05051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05051C; }
p { color: rgb(5,5,28); }
H1.HeaderClassName
{
color: #05051C;
}
.AnyTagClassName
{
color: #05051C;
}
</style>
background-color css
<style>
a { background-color: #05051C; }
a { background-color: rgb(5,5,28); }
div.DivClassName
{
background-color: #05051C;
}
.BgClassName
{
background-color: #05051C;
}
</style>
border-color css
<style>
span { border-color: #05051C; }
span { border-color: rgb(5,5,28); }
td.TdClassName
{
border-color: #05051C;
}
.TagClassName
{
border-color: #05051C;
}
</style>