Shades of Black Russian #040D1D
Tints of Black Russian #040D1D
RGB
CMYK
RGB Variations
Color information
#040D1D (or 0x040D1D) is known color: Black Russian. HEX triplet: 04, 0D and 1D. RGB value is (4,13,29). Sum of RGB (Red+Green+Blue) = 4+13+29=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #040D1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D1D is #FBF2E2. Grayscale: #0C0C0C. Windows color (decimal): -16511715 or 1903876. OLE color: 1903876.
HSL color Cylindrical-coordinate representation of color #040D1D: hue angle of 218.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #040D1D is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 13 | 29 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.89 |
| HSL | 218.4º | 0.76% | 0.06% | - |
| HSV(B) | 218.4º | 0.86% | 0.11% | - |
| XYZ | 0.42 | 0.4 | 1.22 | - |
| YUV | 12.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 29 | 0.86 | 0.55 | 0 | 0.89 | 218.4 | 0.76 | 0.06 |
| Hex | 4 | D | 1D | 56 | 37 | 0 | 59 | DA | 4C | 6 |
| Octal | 4 | 15 | 35 | 126 | 67 | 0 | 131 | 332 | 114 | 6 |
| Binary | 100 | 1101 | 11101 | 1010110 | 110111 | 0 | 1011001 | 11011010 | 1001100 | 110 |
Color Harmonies of #040D1D
Complementary color
Monochromatic Colors of #040D1D
Black with #040D1D
Text Example
Text Example
White with #040D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D1D; }
p { color: rgb(4,13,29); }
H1.HeaderClassName
{
color: #040D1D;
}
.AnyTagClassName
{
color: #040D1D;
}
</style>
background-color css
<style>
a { background-color: #040D1D; }
a { background-color: rgb(4,13,29); }
div.DivClassName
{
background-color: #040D1D;
}
.BgClassName
{
background-color: #040D1D;
}
</style>
border-color css
<style>
span { border-color: #040D1D; }
span { border-color: rgb(4,13,29); }
td.TdClassName
{
border-color: #040D1D;
}
.TagClassName
{
border-color: #040D1D;
}
</style>