Shades of Black Russian #040B1C
Tints of Black Russian #040B1C
RGB
CMYK
RGB Variations
Color information
#040B1C (or 0x040B1C) is known color: Black Russian. HEX triplet: 04, 0B and 1C. RGB value is (4,11,28). Sum of RGB (Red+Green+Blue) = 4+11+28=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #040B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B1C is #FBF4E3. Grayscale: #0A0A0A. Windows color (decimal): -16512228 or 1837828. OLE color: 1837828.
HSL color Cylindrical-coordinate representation of color #040B1C: hue angle of 222.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #040B1C is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 11 | 28 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.89 |
| HSL | 222.5º | 0.75% | 0.06% | - |
| HSV(B) | 222.5º | 0.86% | 0.11% | - |
| XYZ | 0.38 | 0.35 | 1.15 | - |
| YUV | 10.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 28 | 0.86 | 0.61 | 0 | 0.89 | 222.5 | 0.75 | 0.06 |
| Hex | 4 | B | 1C | 56 | 3D | 0 | 59 | DE | 4B | 6 |
| Octal | 4 | 13 | 34 | 126 | 75 | 0 | 131 | 336 | 113 | 6 |
| Binary | 100 | 1011 | 11100 | 1010110 | 111101 | 0 | 1011001 | 11011110 | 1001011 | 110 |
Color Harmonies of #040B1C
Complementary color
Monochromatic Colors of #040B1C
Black with #040B1C
Text Example
Text Example
White with #040B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B1C; }
p { color: rgb(4,11,28); }
H1.HeaderClassName
{
color: #040B1C;
}
.AnyTagClassName
{
color: #040B1C;
}
</style>
background-color css
<style>
a { background-color: #040B1C; }
a { background-color: rgb(4,11,28); }
div.DivClassName
{
background-color: #040B1C;
}
.BgClassName
{
background-color: #040B1C;
}
</style>
border-color css
<style>
span { border-color: #040B1C; }
span { border-color: rgb(4,11,28); }
td.TdClassName
{
border-color: #040B1C;
}
.TagClassName
{
border-color: #040B1C;
}
</style>