Shades of Black Russian #040D1E
Tints of Black Russian #040D1E
RGB
CMYK
RGB Variations
Color information
#040D1E (or 0x040D1E) is known color: Black Russian. HEX triplet: 04, 0D and 1E. RGB value is (4,13,30). Sum of RGB (Red+Green+Blue) = 4+13+30=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #040D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D1E is #FBF2E1. Grayscale: #0C0C0C. Windows color (decimal): -16511714 or 1969412. OLE color: 1969412.
HSL color Cylindrical-coordinate representation of color #040D1E: hue angle of 219.23º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #040D1E is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 13 | 30 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.88 |
| HSL | 219.23º | 0.76% | 0.07% | - |
| HSV(B) | 219.23º | 0.87% | 0.12% | - |
| XYZ | 0.43 | 0.41 | 1.28 | - |
| YUV | 12.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 30 | 0.87 | 0.57 | 0 | 0.88 | 219.23 | 0.76 | 0.07 |
| Hex | 4 | D | 1E | 57 | 39 | 0 | 58 | DB | 4C | 7 |
| Octal | 4 | 15 | 36 | 127 | 71 | 0 | 130 | 333 | 114 | 7 |
| Binary | 100 | 1101 | 11110 | 1010111 | 111001 | 0 | 1011000 | 11011011 | 1001100 | 111 |
Color Harmonies of #040D1E
Complementary color
Monochromatic Colors of #040D1E
Black with #040D1E
Text Example
Text Example
White with #040D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D1E; }
p { color: rgb(4,13,30); }
H1.HeaderClassName
{
color: #040D1E;
}
.AnyTagClassName
{
color: #040D1E;
}
</style>
background-color css
<style>
a { background-color: #040D1E; }
a { background-color: rgb(4,13,30); }
div.DivClassName
{
background-color: #040D1E;
}
.BgClassName
{
background-color: #040D1E;
}
</style>
border-color css
<style>
span { border-color: #040D1E; }
span { border-color: rgb(4,13,30); }
td.TdClassName
{
border-color: #040D1E;
}
.TagClassName
{
border-color: #040D1E;
}
</style>