Shades of Nero #291E1D
Tints of Nero #291E1D
RGB
CMYK
RGB Variations
Color information
#291E1D (or 0x291E1D) is known color: Nero. HEX triplet: 29, 1E and 1D. RGB value is (41,30,29). Sum of RGB (Red+Green+Blue) = 41+30+29=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #291E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E1D is #D6E1E2. Grayscale: #212121. Windows color (decimal): -14082531 or 1908265. OLE color: 1908265.
HSL color Cylindrical-coordinate representation of color #291E1D: hue angle of 5º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #291E1D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 30 | 29 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.84 |
| HSL | 5º | 0.17% | 0.14% | - |
| HSV(B) | 5º | 0.29% | 0.16% | - |
| XYZ | 1.6 | 1.49 | 1.37 | - |
| YUV | 33.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 29 | 0 | 0.27 | 0.29 | 0.84 | 5 | 0.17 | 0.14 |
| Hex | 29 | 1E | 1D | 0 | 1B | 1D | 54 | 5 | 11 | E |
| Octal | 51 | 36 | 35 | 0 | 33 | 35 | 124 | 5 | 21 | 16 |
| Binary | 101001 | 11110 | 11101 | 0 | 11011 | 11101 | 1010100 | 101 | 10001 | 1110 |
Color Harmonies of #291E1D
Complementary color
Monochromatic Colors of #291E1D
Black with #291E1D
Text Example
Text Example
White with #291E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E1D; }
p { color: rgb(41,30,29); }
H1.HeaderClassName
{
color: #291E1D;
}
.AnyTagClassName
{
color: #291E1D;
}
</style>
background-color css
<style>
a { background-color: #291E1D; }
a { background-color: rgb(41,30,29); }
div.DivClassName
{
background-color: #291E1D;
}
.BgClassName
{
background-color: #291E1D;
}
</style>
border-color css
<style>
span { border-color: #291E1D; }
span { border-color: rgb(41,30,29); }
td.TdClassName
{
border-color: #291E1D;
}
.TagClassName
{
border-color: #291E1D;
}
</style>