Shades of Black Russian #05040D
Tints of Black Russian #05040D
RGB
CMYK
RGB Variations
Color information
#05040D (or 0x05040D) is known color: Black Russian. HEX triplet: 05, 04 and 0D. RGB value is (5,4,13). Sum of RGB (Red+Green+Blue) = 5+4+13=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 13 (5.47% from 255 or 59.09% from 22); Max value from RGB is 13 - color contains mainly: blue. Hex color #05040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05040D is #FAFBF2. Grayscale: #050505. Windows color (decimal): -16448499 or 852997. OLE color: 852997.
HSL color Cylindrical-coordinate representation of color #05040D: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #05040D is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 4 | 13 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.95 |
| HSL | 246.67º | 0.53% | 0.03% | - |
| HSV(B) | 246.67º | 0.69% | 0.05% | - |
| XYZ | 0.18 | 0.15 | 0.4 | - |
| YUV | 5.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 13 | 0.62 | 0.69 | 0 | 0.95 | 246.67 | 0.53 | 0.03 |
| Hex | 5 | 4 | D | 3E | 45 | 0 | 5F | F7 | 35 | 3 |
| Octal | 5 | 4 | 15 | 76 | 105 | 0 | 137 | 367 | 65 | 3 |
| Binary | 101 | 100 | 1101 | 111110 | 1000101 | 0 | 1011111 | 11110111 | 110101 | 11 |
Color Harmonies of #05040D
Complementary color
Monochromatic Colors of #05040D
Black with #05040D
Text Example
Text Example
White with #05040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05040D; }
p { color: rgb(5,4,13); }
H1.HeaderClassName
{
color: #05040D;
}
.AnyTagClassName
{
color: #05040D;
}
</style>
background-color css
<style>
a { background-color: #05040D; }
a { background-color: rgb(5,4,13); }
div.DivClassName
{
background-color: #05040D;
}
.BgClassName
{
background-color: #05040D;
}
</style>
border-color css
<style>
span { border-color: #05040D; }
span { border-color: rgb(5,4,13); }
td.TdClassName
{
border-color: #05040D;
}
.TagClassName
{
border-color: #05040D;
}
</style>