Shades of Black Russian #040A1B
Tints of Black Russian #040A1B
RGB
CMYK
RGB Variations
Color information
#040A1B (or 0x040A1B) is known color: Black Russian. HEX triplet: 04, 0A and 1B. RGB value is (4,10,27). Sum of RGB (Red+Green+Blue) = 4+10+27=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 27 (10.94% from 255 or 65.85% from 41); Max value from RGB is 27 - color contains mainly: blue. Hex color #040A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A1B is #FBF5E4. Grayscale: #0A0A0A. Windows color (decimal): -16512485 or 1772036. OLE color: 1772036.
HSL color Cylindrical-coordinate representation of color #040A1B: hue angle of 224.35º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #040A1B is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 10 | 27 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.89 |
| HSL | 224.35º | 0.74% | 0.06% | - |
| HSV(B) | 224.35º | 0.85% | 0.11% | - |
| XYZ | 0.36 | 0.32 | 1.08 | - |
| YUV | 10.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 27 | 0.85 | 0.63 | 0 | 0.89 | 224.35 | 0.74 | 0.06 |
| Hex | 4 | A | 1B | 55 | 3F | 0 | 59 | E0 | 4A | 6 |
| Octal | 4 | 12 | 33 | 125 | 77 | 0 | 131 | 340 | 112 | 6 |
| Binary | 100 | 1010 | 11011 | 1010101 | 111111 | 0 | 1011001 | 11100000 | 1001010 | 110 |
Color Harmonies of #040A1B
Complementary color
Monochromatic Colors of #040A1B
Black with #040A1B
Text Example
Text Example
White with #040A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A1B; }
p { color: rgb(4,10,27); }
H1.HeaderClassName
{
color: #040A1B;
}
.AnyTagClassName
{
color: #040A1B;
}
</style>
background-color css
<style>
a { background-color: #040A1B; }
a { background-color: rgb(4,10,27); }
div.DivClassName
{
background-color: #040A1B;
}
.BgClassName
{
background-color: #040A1B;
}
</style>
border-color css
<style>
span { border-color: #040A1B; }
span { border-color: rgb(4,10,27); }
td.TdClassName
{
border-color: #040A1B;
}
.TagClassName
{
border-color: #040A1B;
}
</style>