Shades of Black Russian #040A16
Tints of Black Russian #040A16
RGB
CMYK
RGB Variations
Color information
#040A16 (or 0x040A16) is known color: Black Russian. HEX triplet: 04, 0A and 16. RGB value is (4,10,22). Sum of RGB (Red+Green+Blue) = 4+10+22=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #040A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A16 is #FBF5E9. Grayscale: #090909. Windows color (decimal): -16512490 or 1444356. OLE color: 1444356.
HSL color Cylindrical-coordinate representation of color #040A16: hue angle of 220º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #040A16 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 10 | 22 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.91 |
| HSL | 220º | 0.69% | 0.05% | - |
| HSV(B) | 220º | 0.82% | 0.09% | - |
| XYZ | 0.3 | 0.3 | 0.8 | - |
| YUV | 9.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 22 | 0.82 | 0.55 | 0 | 0.91 | 220 | 0.69 | 0.05 |
| Hex | 4 | A | 16 | 52 | 37 | 0 | 5B | DC | 45 | 5 |
| Octal | 4 | 12 | 26 | 122 | 67 | 0 | 133 | 334 | 105 | 5 |
| Binary | 100 | 1010 | 10110 | 1010010 | 110111 | 0 | 1011011 | 11011100 | 1000101 | 101 |
Color Harmonies of #040A16
Complementary color
Monochromatic Colors of #040A16
Black with #040A16
Text Example
Text Example
White with #040A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A16; }
p { color: rgb(4,10,22); }
H1.HeaderClassName
{
color: #040A16;
}
.AnyTagClassName
{
color: #040A16;
}
</style>
background-color css
<style>
a { background-color: #040A16; }
a { background-color: rgb(4,10,22); }
div.DivClassName
{
background-color: #040A16;
}
.BgClassName
{
background-color: #040A16;
}
</style>
border-color css
<style>
span { border-color: #040A16; }
span { border-color: rgb(4,10,22); }
td.TdClassName
{
border-color: #040A16;
}
.TagClassName
{
border-color: #040A16;
}
</style>