Shades of Black Russian #040312
Tints of Black Russian #040312
RGB
CMYK
RGB Variations
Color information
#040312 (or 0x040312) is known color: Black Russian. HEX triplet: 04, 03 and 12. RGB value is (4,3,18). Sum of RGB (Red+Green+Blue) = 4+3+18=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #040312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040312 is #FBFCED. Grayscale: #040404. Windows color (decimal): -16514286 or 1180420. OLE color: 1180420.
HSL color Cylindrical-coordinate representation of color #040312: hue angle of 244º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #040312 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 3 | 18 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.93 |
| HSL | 244º | 0.71% | 0.04% | - |
| HSV(B) | 244º | 0.83% | 0.07% | - |
| XYZ | 0.19 | 0.13 | 0.59 | - |
| YUV | 5.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 18 | 0.78 | 0.83 | 0 | 0.93 | 244 | 0.71 | 0.04 |
| Hex | 4 | 3 | 12 | 4E | 53 | 0 | 5D | F4 | 47 | 4 |
| Octal | 4 | 3 | 22 | 116 | 123 | 0 | 135 | 364 | 107 | 4 |
| Binary | 100 | 11 | 10010 | 1001110 | 1010011 | 0 | 1011101 | 11110100 | 1000111 | 100 |
Color Harmonies of #040312
Complementary color
Monochromatic Colors of #040312
Black with #040312
Text Example
Text Example
White with #040312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040312; }
p { color: rgb(4,3,18); }
H1.HeaderClassName
{
color: #040312;
}
.AnyTagClassName
{
color: #040312;
}
</style>
background-color css
<style>
a { background-color: #040312; }
a { background-color: rgb(4,3,18); }
div.DivClassName
{
background-color: #040312;
}
.BgClassName
{
background-color: #040312;
}
</style>
border-color css
<style>
span { border-color: #040312; }
span { border-color: rgb(4,3,18); }
td.TdClassName
{
border-color: #040312;
}
.TagClassName
{
border-color: #040312;
}
</style>