Shades of Black Russian #040A15
Tints of Black Russian #040A15
RGB
CMYK
RGB Variations
Color information
#040A15 (or 0x040A15) is known color: Black Russian. HEX triplet: 04, 0A and 15. RGB value is (4,10,21). Sum of RGB (Red+Green+Blue) = 4+10+21=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #040A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A15 is #FBF5EA. Grayscale: #090909. Windows color (decimal): -16512491 or 1378820. OLE color: 1378820.
HSL color Cylindrical-coordinate representation of color #040A15: hue angle of 218.82º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #040A15 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 10 | 21 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.92 |
| HSL | 218.82º | 0.68% | 0.05% | - |
| HSV(B) | 218.82º | 0.81% | 0.08% | - |
| XYZ | 0.29 | 0.3 | 0.75 | - |
| YUV | 9.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 21 | 0.81 | 0.52 | 0 | 0.92 | 218.82 | 0.68 | 0.05 |
| Hex | 4 | A | 15 | 51 | 34 | 0 | 5C | DB | 44 | 5 |
| Octal | 4 | 12 | 25 | 121 | 64 | 0 | 134 | 333 | 104 | 5 |
| Binary | 100 | 1010 | 10101 | 1010001 | 110100 | 0 | 1011100 | 11011011 | 1000100 | 101 |
Color Harmonies of #040A15
Complementary color
Monochromatic Colors of #040A15
Black with #040A15
Text Example
Text Example
White with #040A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A15; }
p { color: rgb(4,10,21); }
H1.HeaderClassName
{
color: #040A15;
}
.AnyTagClassName
{
color: #040A15;
}
</style>
background-color css
<style>
a { background-color: #040A15; }
a { background-color: rgb(4,10,21); }
div.DivClassName
{
background-color: #040A15;
}
.BgClassName
{
background-color: #040A15;
}
</style>
border-color css
<style>
span { border-color: #040A15; }
span { border-color: rgb(4,10,21); }
td.TdClassName
{
border-color: #040A15;
}
.TagClassName
{
border-color: #040A15;
}
</style>