Shades of Black Russian #040C22
Tints of Black Russian #040C22
RGB
CMYK
RGB Variations
Color information
#040C22 (or 0x040C22) is known color: Black Russian. HEX triplet: 04, 0C and 22. RGB value is (4,12,34). Sum of RGB (Red+Green+Blue) = 4+12+34=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 34 (13.67% from 255 or 68% from 50); Max value from RGB is 34 - color contains mainly: blue. Hex color #040C22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C22 is #FBF3DD. Grayscale: #0C0C0C. Windows color (decimal): -16511966 or 2231300. OLE color: 2231300.
HSL color Cylindrical-coordinate representation of color #040C22: hue angle of 224º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040C22 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 12 | 34 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.87 |
| HSL | 224º | 0.79% | 0.07% | - |
| HSV(B) | 224º | 0.88% | 0.13% | - |
| XYZ | 0.47 | 0.4 | 1.57 | - |
| YUV | 12.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 34 | 0.88 | 0.65 | 0 | 0.87 | 224 | 0.79 | 0.07 |
| Hex | 4 | C | 22 | 58 | 41 | 0 | 57 | E0 | 4F | 7 |
| Octal | 4 | 14 | 42 | 130 | 101 | 0 | 127 | 340 | 117 | 7 |
| Binary | 100 | 1100 | 100010 | 1011000 | 1000001 | 0 | 1010111 | 11100000 | 1001111 | 111 |
Color Harmonies of #040C22
Complementary color
Monochromatic Colors of #040C22
Black with #040C22
Text Example
Text Example
White with #040C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C22; }
p { color: rgb(4,12,34); }
H1.HeaderClassName
{
color: #040C22;
}
.AnyTagClassName
{
color: #040C22;
}
</style>
background-color css
<style>
a { background-color: #040C22; }
a { background-color: rgb(4,12,34); }
div.DivClassName
{
background-color: #040C22;
}
.BgClassName
{
background-color: #040C22;
}
</style>
border-color css
<style>
span { border-color: #040C22; }
span { border-color: rgb(4,12,34); }
td.TdClassName
{
border-color: #040C22;
}
.TagClassName
{
border-color: #040C22;
}
</style>