Shades of Black Russian #040D26
Tints of Black Russian #040D26
RGB
CMYK
RGB Variations
Color information
#040D26 (or 0x040D26) is known color: Black Russian. HEX triplet: 04, 0D and 26. RGB value is (4,13,38). Sum of RGB (Red+Green+Blue) = 4+13+38=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 38 (15.23% from 255 or 69.09% from 55); Max value from RGB is 38 - color contains mainly: blue. Hex color #040D26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D26 is #FBF2D9. Grayscale: #0D0D0D. Windows color (decimal): -16511706 or 2493700. OLE color: 2493700.
HSL color Cylindrical-coordinate representation of color #040D26: hue angle of 224.12º 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 #040D26 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 13 | 38 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.85 |
| HSL | 224.12º | 0.81% | 0.08% | - |
| HSV(B) | 224.12º | 0.89% | 0.15% | - |
| XYZ | 0.54 | 0.45 | 1.89 | - |
| YUV | 13.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 38 | 0.89 | 0.66 | 0 | 0.85 | 224.12 | 0.81 | 0.08 |
| Hex | 4 | D | 26 | 59 | 42 | 0 | 55 | E0 | 51 | 8 |
| Octal | 4 | 15 | 46 | 131 | 102 | 0 | 125 | 340 | 121 | 10 |
| Binary | 100 | 1101 | 100110 | 1011001 | 1000010 | 0 | 1010101 | 11100000 | 1010001 | 1000 |
Color Harmonies of #040D26
Complementary color
Monochromatic Colors of #040D26
Black with #040D26
Text Example
Text Example
White with #040D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D26; }
p { color: rgb(4,13,38); }
H1.HeaderClassName
{
color: #040D26;
}
.AnyTagClassName
{
color: #040D26;
}
</style>
background-color css
<style>
a { background-color: #040D26; }
a { background-color: rgb(4,13,38); }
div.DivClassName
{
background-color: #040D26;
}
.BgClassName
{
background-color: #040D26;
}
</style>
border-color css
<style>
span { border-color: #040D26; }
span { border-color: rgb(4,13,38); }
td.TdClassName
{
border-color: #040D26;
}
.TagClassName
{
border-color: #040D26;
}
</style>