Shades of Black Russian #040A26
Tints of Black Russian #040A26
RGB
CMYK
RGB Variations
Color information
#040A26 (or 0x040A26) is known color: Black Russian. HEX triplet: 04, 0A and 26. RGB value is (4,10,38). Sum of RGB (Red+Green+Blue) = 4+10+38=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 38 (15.23% from 255 or 73.08% from 52); Max value from RGB is 38 - color contains mainly: blue. Hex color #040A26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A26 is #FBF5D9. Grayscale: #0B0B0B. Windows color (decimal): -16512474 or 2492932. OLE color: 2492932.
HSL color Cylindrical-coordinate representation of color #040A26: hue angle of 229.41º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #040A26 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 10 | 38 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.85 |
| HSL | 229.41º | 0.81% | 0.08% | - |
| HSV(B) | 229.41º | 0.89% | 0.15% | - |
| XYZ | 0.51 | 0.38 | 1.88 | - |
| YUV | 11.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 38 | 0.89 | 0.74 | 0 | 0.85 | 229.41 | 0.81 | 0.08 |
| Hex | 4 | A | 26 | 59 | 4A | 0 | 55 | E5 | 51 | 8 |
| Octal | 4 | 12 | 46 | 131 | 112 | 0 | 125 | 345 | 121 | 10 |
| Binary | 100 | 1010 | 100110 | 1011001 | 1001010 | 0 | 1010101 | 11100101 | 1010001 | 1000 |
Color Harmonies of #040A26
Complementary color
Monochromatic Colors of #040A26
Black with #040A26
Text Example
Text Example
White with #040A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A26; }
p { color: rgb(4,10,38); }
H1.HeaderClassName
{
color: #040A26;
}
.AnyTagClassName
{
color: #040A26;
}
</style>
background-color css
<style>
a { background-color: #040A26; }
a { background-color: rgb(4,10,38); }
div.DivClassName
{
background-color: #040A26;
}
.BgClassName
{
background-color: #040A26;
}
</style>
border-color css
<style>
span { border-color: #040A26; }
span { border-color: rgb(4,10,38); }
td.TdClassName
{
border-color: #040A26;
}
.TagClassName
{
border-color: #040A26;
}
</style>