Shades of Black Russian #05050C
Tints of Black Russian #05050C
RGB
CMYK
RGB Variations
Color information
#05050C (or 0x05050C) is known color: Black Russian. HEX triplet: 05, 05 and 0C. RGB value is (5,5,12). Sum of RGB (Red+Green+Blue) = 5+5+12=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 12 (5.08% from 255 or 54.55% from 22); Max value from RGB is 12 - color contains mainly: blue. Hex color #05050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05050C is #FAFAF3. Grayscale: #050505. Windows color (decimal): -16448244 or 787717. OLE color: 787717.
HSL color Cylindrical-coordinate representation of color #05050C: hue angle of 240º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #05050C is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 5 | 12 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.95 |
| HSL | 240º | 0.41% | 0.03% | - |
| HSV(B) | 240º | 0.58% | 0.05% | - |
| XYZ | 0.18 | 0.17 | 0.37 | - |
| YUV | 5.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 12 | 0.58 | 0.58 | 0 | 0.95 | 240 | 0.41 | 0.03 |
| Hex | 5 | 5 | C | 3A | 3A | 0 | 5F | F0 | 29 | 3 |
| Octal | 5 | 5 | 14 | 72 | 72 | 0 | 137 | 360 | 51 | 3 |
| Binary | 101 | 101 | 1100 | 111010 | 111010 | 0 | 1011111 | 11110000 | 101001 | 11 |
Color Harmonies of #05050C
Complementary color
Monochromatic Colors of #05050C
Black with #05050C
Text Example
Text Example
White with #05050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05050C; }
p { color: rgb(5,5,12); }
H1.HeaderClassName
{
color: #05050C;
}
.AnyTagClassName
{
color: #05050C;
}
</style>
background-color css
<style>
a { background-color: #05050C; }
a { background-color: rgb(5,5,12); }
div.DivClassName
{
background-color: #05050C;
}
.BgClassName
{
background-color: #05050C;
}
</style>
border-color css
<style>
span { border-color: #05050C; }
span { border-color: rgb(5,5,12); }
td.TdClassName
{
border-color: #05050C;
}
.TagClassName
{
border-color: #05050C;
}
</style>