Shades of Black Russian #040C2B
Tints of Black Russian #040C2B
RGB
CMYK
RGB Variations
Color information
#040C2B (or 0x040C2B) is known color: Black Russian. HEX triplet: 04, 0C and 2B. RGB value is (4,12,43). Sum of RGB (Red+Green+Blue) = 4+12+43=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 43 (17.19% from 255 or 72.88% from 59); Max value from RGB is 43 - color contains mainly: blue. Hex color #040C2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C2B is #FBF3D4. Grayscale: #0D0D0D. Windows color (decimal): -16511957 or 2821124. OLE color: 2821124.
HSL color Cylindrical-coordinate representation of color #040C2B: hue angle of 227.69º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #040C2B is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 12 | 43 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.83 |
| HSL | 227.69º | 0.83% | 0.09% | - |
| HSV(B) | 227.69º | 0.91% | 0.17% | - |
| XYZ | 0.62 | 0.46 | 2.34 | - |
| YUV | 13.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 43 | 0.91 | 0.72 | 0 | 0.83 | 227.69 | 0.83 | 0.09 |
| Hex | 4 | C | 2B | 5B | 48 | 0 | 53 | E4 | 53 | 9 |
| Octal | 4 | 14 | 53 | 133 | 110 | 0 | 123 | 344 | 123 | 11 |
| Binary | 100 | 1100 | 101011 | 1011011 | 1001000 | 0 | 1010011 | 11100100 | 1010011 | 1001 |
Color Harmonies of #040C2B
Complementary color
Monochromatic Colors of #040C2B
Black with #040C2B
Text Example
Text Example
White with #040C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C2B; }
p { color: rgb(4,12,43); }
H1.HeaderClassName
{
color: #040C2B;
}
.AnyTagClassName
{
color: #040C2B;
}
</style>
background-color css
<style>
a { background-color: #040C2B; }
a { background-color: rgb(4,12,43); }
div.DivClassName
{
background-color: #040C2B;
}
.BgClassName
{
background-color: #040C2B;
}
</style>
border-color css
<style>
span { border-color: #040C2B; }
span { border-color: rgb(4,12,43); }
td.TdClassName
{
border-color: #040C2B;
}
.TagClassName
{
border-color: #040C2B;
}
</style>