Shades of Black Russian #040019
Tints of Black Russian #040019
RGB
CMYK
RGB Variations
Color information
#040019 (or 0x040019) is known color: Black Russian. HEX triplet: 04, 00 and 19. RGB value is (4,0,25). Sum of RGB (Red+Green+Blue) = 4+0+25=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 25 (10.16% from 255 or 86.21% from 29); Max value from RGB is 25 - color contains mainly: blue. Hex color #040019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040019 is #FBFFE6. Grayscale: #030303. Windows color (decimal): -16515047 or 1638404. OLE color: 1638404.
HSL color Cylindrical-coordinate representation of color #040019: hue angle of 249.6º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040019 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 0 | 25 | - |
| CMYK | 0.84 | 1 | 0 | 0.90 |
| HSL | 249.6º | 1% | 0.05% | - |
| HSV(B) | 249.6º | 1% | 0.1% | - |
| XYZ | 0.23 | 0.1 | 0.93 | - |
| YUV | 4.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 25 | 0.84 | 1 | 0 | 0.90 | 249.6 | 1 | 0.05 |
| Hex | 4 | 0 | 19 | 54 | 64 | 0 | 5A | FA | 64 | 5 |
| Octal | 4 | 0 | 31 | 124 | 144 | 0 | 132 | 372 | 144 | 5 |
| Binary | 100 | 0 | 11001 | 1010100 | 1100100 | 0 | 1011010 | 11111010 | 1100100 | 101 |
Color Harmonies of #040019
Complementary color
Monochromatic Colors of #040019
Black with #040019
Text Example
Text Example
White with #040019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040019; }
p { color: rgb(4,0,25); }
H1.HeaderClassName
{
color: #040019;
}
.AnyTagClassName
{
color: #040019;
}
</style>
background-color css
<style>
a { background-color: #040019; }
a { background-color: rgb(4,0,25); }
div.DivClassName
{
background-color: #040019;
}
.BgClassName
{
background-color: #040019;
}
</style>
border-color css
<style>
span { border-color: #040019; }
span { border-color: rgb(4,0,25); }
td.TdClassName
{
border-color: #040019;
}
.TagClassName
{
border-color: #040019;
}
</style>