Shades of Black Russian #040F26
Tints of Black Russian #040F26
RGB
CMYK
RGB Variations
Color information
#040F26 (or 0x040F26) is known color: Black Russian. HEX triplet: 04, 0F and 26. RGB value is (4,15,38). Sum of RGB (Red+Green+Blue) = 4+15+38=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 38 (15.23% from 255 or 66.67% from 57); Max value from RGB is 38 - color contains mainly: blue. Hex color #040F26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F26 is #FBF0D9. Grayscale: #0E0E0E. Windows color (decimal): -16511194 or 2494212. OLE color: 2494212.
HSL color Cylindrical-coordinate representation of color #040F26: hue angle of 220.59º 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 #040F26 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 15 | 38 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.85 |
| HSL | 220.59º | 0.81% | 0.08% | - |
| HSV(B) | 220.59º | 0.89% | 0.15% | - |
| XYZ | 0.57 | 0.51 | 1.9 | - |
| YUV | 14.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 38 | 0.89 | 0.61 | 0 | 0.85 | 220.59 | 0.81 | 0.08 |
| Hex | 4 | F | 26 | 59 | 3D | 0 | 55 | DD | 51 | 8 |
| Octal | 4 | 17 | 46 | 131 | 75 | 0 | 125 | 335 | 121 | 10 |
| Binary | 100 | 1111 | 100110 | 1011001 | 111101 | 0 | 1010101 | 11011101 | 1010001 | 1000 |
Color Harmonies of #040F26
Complementary color
Monochromatic Colors of #040F26
Black with #040F26
Text Example
Text Example
White with #040F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F26; }
p { color: rgb(4,15,38); }
H1.HeaderClassName
{
color: #040F26;
}
.AnyTagClassName
{
color: #040F26;
}
</style>
background-color css
<style>
a { background-color: #040F26; }
a { background-color: rgb(4,15,38); }
div.DivClassName
{
background-color: #040F26;
}
.BgClassName
{
background-color: #040F26;
}
</style>
border-color css
<style>
span { border-color: #040F26; }
span { border-color: rgb(4,15,38); }
td.TdClassName
{
border-color: #040F26;
}
.TagClassName
{
border-color: #040F26;
}
</style>