Shades of Black Russian #040118
Tints of Black Russian #040118
RGB
CMYK
RGB Variations
Color information
#040118 (or 0x040118) is known color: Black Russian. HEX triplet: 04, 01 and 18. RGB value is (4,1,24). Sum of RGB (Red+Green+Blue) = 4+1+24=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 24 (9.77% from 255 or 82.76% from 29); Max value from RGB is 24 - color contains mainly: blue. Hex color #040118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040118 is #FBFEE7. Grayscale: #040404. Windows color (decimal): -16514792 or 1573124. OLE color: 1573124.
HSL color Cylindrical-coordinate representation of color #040118: hue angle of 247.83º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040118 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 1 | 24 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.91 |
| HSL | 247.83º | 0.92% | 0.05% | - |
| HSV(B) | 247.83º | 0.96% | 0.09% | - |
| XYZ | 0.23 | 0.11 | 0.87 | - |
| YUV | 4.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 24 | 0.83 | 0.96 | 0 | 0.91 | 247.83 | 0.92 | 0.05 |
| Hex | 4 | 1 | 18 | 53 | 60 | 0 | 5B | F8 | 5C | 5 |
| Octal | 4 | 1 | 30 | 123 | 140 | 0 | 133 | 370 | 134 | 5 |
| Binary | 100 | 1 | 11000 | 1010011 | 1100000 | 0 | 1011011 | 11111000 | 1011100 | 101 |
Color Harmonies of #040118
Complementary color
Monochromatic Colors of #040118
Black with #040118
Text Example
Text Example
White with #040118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040118; }
p { color: rgb(4,1,24); }
H1.HeaderClassName
{
color: #040118;
}
.AnyTagClassName
{
color: #040118;
}
</style>
background-color css
<style>
a { background-color: #040118; }
a { background-color: rgb(4,1,24); }
div.DivClassName
{
background-color: #040118;
}
.BgClassName
{
background-color: #040118;
}
</style>
border-color css
<style>
span { border-color: #040118; }
span { border-color: rgb(4,1,24); }
td.TdClassName
{
border-color: #040118;
}
.TagClassName
{
border-color: #040118;
}
</style>