Shades of Black Russian #04050D
Tints of Black Russian #04050D
RGB
CMYK
RGB Variations
Color information
#04050D (or 0x04050D) is known color: Black Russian. HEX triplet: 04, 05 and 0D. RGB value is (4,5,13). Sum of RGB (Red+Green+Blue) = 4+5+13=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 5 (2.34% from 255 or 22.73% 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 #04050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04050D is #FBFAF2. Grayscale: #050505. Windows color (decimal): -16513779 or 853252. OLE color: 853252.
HSL color Cylindrical-coordinate representation of color #04050D: hue angle of 233.33º 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 #04050D is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 5 | 13 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.95 |
| HSL | 233.33º | 0.53% | 0.03% | - |
| HSV(B) | 233.33º | 0.69% | 0.05% | - |
| XYZ | 0.18 | 0.16 | 0.4 | - |
| YUV | 5.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 13 | 0.69 | 0.62 | 0 | 0.95 | 233.33 | 0.53 | 0.03 |
| Hex | 4 | 5 | D | 45 | 3E | 0 | 5F | E9 | 35 | 3 |
| Octal | 4 | 5 | 15 | 105 | 76 | 0 | 137 | 351 | 65 | 3 |
| Binary | 100 | 101 | 1101 | 1000101 | 111110 | 0 | 1011111 | 11101001 | 110101 | 11 |
Color Harmonies of #04050D
Complementary color
Monochromatic Colors of #04050D
Black with #04050D
Text Example
Text Example
White with #04050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04050D; }
p { color: rgb(4,5,13); }
H1.HeaderClassName
{
color: #04050D;
}
.AnyTagClassName
{
color: #04050D;
}
</style>
background-color css
<style>
a { background-color: #04050D; }
a { background-color: rgb(4,5,13); }
div.DivClassName
{
background-color: #04050D;
}
.BgClassName
{
background-color: #04050D;
}
</style>
border-color css
<style>
span { border-color: #04050D; }
span { border-color: rgb(4,5,13); }
td.TdClassName
{
border-color: #04050D;
}
.TagClassName
{
border-color: #04050D;
}
</style>