Shades of Black Russian #04001D
Tints of Black Russian #04001D
RGB
CMYK
RGB Variations
Color information
#04001D (or 0x04001D) is known color: Black Russian. HEX triplet: 04, 00 and 1D. RGB value is (4,0,29). Sum of RGB (Red+Green+Blue) = 4+0+29=33 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.12% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 29 (11.72% from 255 or 87.88% from 33); Max value from RGB is 29 - color contains mainly: blue. Hex color #04001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04001D is #FBFFE2. Grayscale: #040404. Windows color (decimal): -16515043 or 1900548. OLE color: 1900548.
HSL color Cylindrical-coordinate representation of color #04001D: hue angle of 248.28º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04001D is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 0 | 29 | - |
| CMYK | 0.86 | 1 | 0 | 0.89 |
| HSL | 248.28º | 1% | 0.06% | - |
| HSV(B) | 248.28º | 1% | 0.11% | - |
| XYZ | 0.27 | 0.11 | 1.17 | - |
| YUV | 4.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 29 | 0.86 | 1 | 0 | 0.89 | 248.28 | 1 | 0.06 |
| Hex | 4 | 0 | 1D | 56 | 64 | 0 | 59 | F8 | 64 | 6 |
| Octal | 4 | 0 | 35 | 126 | 144 | 0 | 131 | 370 | 144 | 6 |
| Binary | 100 | 0 | 11101 | 1010110 | 1100100 | 0 | 1011001 | 11111000 | 1100100 | 110 |
Color Harmonies of #04001D
Complementary color
Monochromatic Colors of #04001D
Black with #04001D
Text Example
Text Example
White with #04001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04001D; }
p { color: rgb(4,0,29); }
H1.HeaderClassName
{
color: #04001D;
}
.AnyTagClassName
{
color: #04001D;
}
</style>
background-color css
<style>
a { background-color: #04001D; }
a { background-color: rgb(4,0,29); }
div.DivClassName
{
background-color: #04001D;
}
.BgClassName
{
background-color: #04001D;
}
</style>
border-color css
<style>
span { border-color: #04001D; }
span { border-color: rgb(4,0,29); }
td.TdClassName
{
border-color: #04001D;
}
.TagClassName
{
border-color: #04001D;
}
</style>