Shades of Black Russian #040A25
Tints of Black Russian #040A25
RGB
CMYK
RGB Variations
Color information
#040A25 (or 0x040A25) is known color: Black Russian. HEX triplet: 04, 0A and 25. RGB value is (4,10,37). Sum of RGB (Red+Green+Blue) = 4+10+37=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 37 (14.84% from 255 or 72.55% from 51); Max value from RGB is 37 - color contains mainly: blue. Hex color #040A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A25 is #FBF5DA. Grayscale: #0B0B0B. Windows color (decimal): -16512475 or 2427396. OLE color: 2427396.
HSL color Cylindrical-coordinate representation of color #040A25: hue angle of 229.09º degrees, saturation: 0.8, 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 #040A25 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 10 | 37 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.85 |
| HSL | 229.09º | 0.8% | 0.08% | - |
| HSV(B) | 229.09º | 0.89% | 0.15% | - |
| XYZ | 0.49 | 0.38 | 1.8 | - |
| YUV | 11.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 37 | 0.89 | 0.73 | 0 | 0.85 | 229.09 | 0.8 | 0.08 |
| Hex | 4 | A | 25 | 59 | 49 | 0 | 55 | E5 | 50 | 8 |
| Octal | 4 | 12 | 45 | 131 | 111 | 0 | 125 | 345 | 120 | 10 |
| Binary | 100 | 1010 | 100101 | 1011001 | 1001001 | 0 | 1010101 | 11100101 | 1010000 | 1000 |
Color Harmonies of #040A25
Complementary color
Monochromatic Colors of #040A25
Black with #040A25
Text Example
Text Example
White with #040A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A25; }
p { color: rgb(4,10,37); }
H1.HeaderClassName
{
color: #040A25;
}
.AnyTagClassName
{
color: #040A25;
}
</style>
background-color css
<style>
a { background-color: #040A25; }
a { background-color: rgb(4,10,37); }
div.DivClassName
{
background-color: #040A25;
}
.BgClassName
{
background-color: #040A25;
}
</style>
border-color css
<style>
span { border-color: #040A25; }
span { border-color: rgb(4,10,37); }
td.TdClassName
{
border-color: #040A25;
}
.TagClassName
{
border-color: #040A25;
}
</style>