Shades of Black Russian #05050D
Tints of Black Russian #05050D
RGB
CMYK
RGB Variations
Color information
#05050D (or 0x05050D) is known color: Black Russian. HEX triplet: 05, 05 and 0D. RGB value is (5,5,13). Sum of RGB (Red+Green+Blue) = 5+5+13=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 13 (5.47% from 255 or 56.52% from 23); Max value from RGB is 13 - color contains mainly: blue. Hex color #05050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05050D is #FAFAF2. Grayscale: #050505. Windows color (decimal): -16448243 or 853253. OLE color: 853253.
HSL color Cylindrical-coordinate representation of color #05050D: hue angle of 240º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #05050D is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 5 | 13 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.95 |
| HSL | 240º | 0.44% | 0.04% | - |
| HSV(B) | 240º | 0.62% | 0.05% | - |
| XYZ | 0.19 | 0.17 | 0.4 | - |
| YUV | 5.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 13 | 0.62 | 0.62 | 0 | 0.95 | 240 | 0.44 | 0.04 |
| Hex | 5 | 5 | D | 3E | 3E | 0 | 5F | F0 | 2C | 4 |
| Octal | 5 | 5 | 15 | 76 | 76 | 0 | 137 | 360 | 54 | 4 |
| Binary | 101 | 101 | 1101 | 111110 | 111110 | 0 | 1011111 | 11110000 | 101100 | 100 |
Color Harmonies of #05050D
Complementary color
Monochromatic Colors of #05050D
Black with #05050D
Text Example
Text Example
White with #05050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05050D; }
p { color: rgb(5,5,13); }
H1.HeaderClassName
{
color: #05050D;
}
.AnyTagClassName
{
color: #05050D;
}
</style>
background-color css
<style>
a { background-color: #05050D; }
a { background-color: rgb(5,5,13); }
div.DivClassName
{
background-color: #05050D;
}
.BgClassName
{
background-color: #05050D;
}
</style>
border-color css
<style>
span { border-color: #05050D; }
span { border-color: rgb(5,5,13); }
td.TdClassName
{
border-color: #05050D;
}
.TagClassName
{
border-color: #05050D;
}
</style>