Shades of Black Russian #040A19
Tints of Black Russian #040A19
RGB
CMYK
RGB Variations
Color information
#040A19 (or 0x040A19) is known color: Black Russian. HEX triplet: 04, 0A and 19. RGB value is (4,10,25). Sum of RGB (Red+Green+Blue) = 4+10+25=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #040A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A19 is #FBF5E6. Grayscale: #090909. Windows color (decimal): -16512487 or 1640964. OLE color: 1640964.
HSL color Cylindrical-coordinate representation of color #040A19: hue angle of 222.86º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #040A19 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 10 | 25 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.90 |
| HSL | 222.86º | 0.72% | 0.06% | - |
| HSV(B) | 222.86º | 0.84% | 0.1% | - |
| XYZ | 0.33 | 0.31 | 0.96 | - |
| YUV | 9.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 25 | 0.84 | 0.60 | 0 | 0.90 | 222.86 | 0.72 | 0.06 |
| Hex | 4 | A | 19 | 54 | 3C | 0 | 5A | DF | 48 | 6 |
| Octal | 4 | 12 | 31 | 124 | 74 | 0 | 132 | 337 | 110 | 6 |
| Binary | 100 | 1010 | 11001 | 1010100 | 111100 | 0 | 1011010 | 11011111 | 1001000 | 110 |
Color Harmonies of #040A19
Complementary color
Monochromatic Colors of #040A19
Black with #040A19
Text Example
Text Example
White with #040A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A19; }
p { color: rgb(4,10,25); }
H1.HeaderClassName
{
color: #040A19;
}
.AnyTagClassName
{
color: #040A19;
}
</style>
background-color css
<style>
a { background-color: #040A19; }
a { background-color: rgb(4,10,25); }
div.DivClassName
{
background-color: #040A19;
}
.BgClassName
{
background-color: #040A19;
}
</style>
border-color css
<style>
span { border-color: #040A19; }
span { border-color: rgb(4,10,25); }
td.TdClassName
{
border-color: #040A19;
}
.TagClassName
{
border-color: #040A19;
}
</style>