Shades of Black Russian #040A2A
Tints of Black Russian #040A2A
RGB
CMYK
RGB Variations
Color information
#040A2A (or 0x040A2A) is known color: Black Russian. HEX triplet: 04, 0A and 2A. RGB value is (4,10,42). Sum of RGB (Red+Green+Blue) = 4+10+42=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 42 (16.80% from 255 or 75% from 56); Max value from RGB is 42 - color contains mainly: blue. Hex color #040A2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A2A is #FBF5D5. Grayscale: #0B0B0B. Windows color (decimal): -16512470 or 2755076. OLE color: 2755076.
HSL color Cylindrical-coordinate representation of color #040A2A: hue angle of 230.53º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #040A2A is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 10 | 42 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.84 |
| HSL | 230.53º | 0.83% | 0.09% | - |
| HSV(B) | 230.53º | 0.9% | 0.16% | - |
| XYZ | 0.58 | 0.41 | 2.24 | - |
| YUV | 11.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 42 | 0.90 | 0.76 | 0 | 0.84 | 230.53 | 0.83 | 0.09 |
| Hex | 4 | A | 2A | 5A | 4C | 0 | 54 | E7 | 53 | 9 |
| Octal | 4 | 12 | 52 | 132 | 114 | 0 | 124 | 347 | 123 | 11 |
| Binary | 100 | 1010 | 101010 | 1011010 | 1001100 | 0 | 1010100 | 11100111 | 1010011 | 1001 |
Color Harmonies of #040A2A
Complementary color
Monochromatic Colors of #040A2A
Black with #040A2A
Text Example
Text Example
White with #040A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A2A; }
p { color: rgb(4,10,42); }
H1.HeaderClassName
{
color: #040A2A;
}
.AnyTagClassName
{
color: #040A2A;
}
</style>
background-color css
<style>
a { background-color: #040A2A; }
a { background-color: rgb(4,10,42); }
div.DivClassName
{
background-color: #040A2A;
}
.BgClassName
{
background-color: #040A2A;
}
</style>
border-color css
<style>
span { border-color: #040A2A; }
span { border-color: rgb(4,10,42); }
td.TdClassName
{
border-color: #040A2A;
}
.TagClassName
{
border-color: #040A2A;
}
</style>