Shades of Black Russian #040024
Tints of Black Russian #040024
RGB
CMYK
RGB Variations
Color information
#040024 (or 0x040024) is known color: Black Russian. HEX triplet: 04, 00 and 24. RGB value is (4,0,36). Sum of RGB (Red+Green+Blue) = 4+0+36=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 36 (14.45% from 255 or 90% from 40); Max value from RGB is 36 - color contains mainly: blue. Hex color #040024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040024 is #FBFFDB. Grayscale: #050505. Windows color (decimal): -16515036 or 2359300. OLE color: 2359300.
HSL color Cylindrical-coordinate representation of color #040024: hue angle of 246.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040024 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 0 | 36 | - |
| CMYK | 0.89 | 1 | 0 | 0.86 |
| HSL | 246.67º | 1% | 0.07% | - |
| HSV(B) | 246.67º | 1% | 0.14% | - |
| XYZ | 0.37 | 0.15 | 1.68 | - |
| YUV | 5.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 36 | 0.89 | 1 | 0 | 0.86 | 246.67 | 1 | 0.07 |
| Hex | 4 | 0 | 24 | 59 | 64 | 0 | 56 | F7 | 64 | 7 |
| Octal | 4 | 0 | 44 | 131 | 144 | 0 | 126 | 367 | 144 | 7 |
| Binary | 100 | 0 | 100100 | 1011001 | 1100100 | 0 | 1010110 | 11110111 | 1100100 | 111 |
Color Harmonies of #040024
Complementary color
Monochromatic Colors of #040024
Black with #040024
Text Example
Text Example
White with #040024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040024; }
p { color: rgb(4,0,36); }
H1.HeaderClassName
{
color: #040024;
}
.AnyTagClassName
{
color: #040024;
}
</style>
background-color css
<style>
a { background-color: #040024; }
a { background-color: rgb(4,0,36); }
div.DivClassName
{
background-color: #040024;
}
.BgClassName
{
background-color: #040024;
}
</style>
border-color css
<style>
span { border-color: #040024; }
span { border-color: rgb(4,0,36); }
td.TdClassName
{
border-color: #040024;
}
.TagClassName
{
border-color: #040024;
}
</style>