Shades of Nero #2A1E1E
Tints of Nero #2A1E1E
RGB
CMYK
RGB Variations
Color information
#2A1E1E (or 0x2A1E1E) is known color: Nero. HEX triplet: 2A, 1E and 1E. RGB value is (42,30,30). Sum of RGB (Red+Green+Blue) = 42+30+30=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1E1E is #D5E1E1. Grayscale: #212121. Windows color (decimal): -14016994 or 1973802. OLE color: 1973802.
HSL color Cylindrical-coordinate representation of color #2A1E1E: hue angle of 0º 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 #2A1E1E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 30 | 30 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.84 |
| HSL | 0º | 0.17% | 0.14% | - |
| HSV(B) | 0º | 0.29% | 0.16% | - |
| XYZ | 1.65 | 1.51 | 1.43 | - |
| YUV | 33.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 30 | 30 | 0 | 0.29 | 0.29 | 0.84 | 0 | 0.17 | 0.14 |
| Hex | 2A | 1E | 1E | 0 | 1D | 1D | 54 | 0 | 11 | E |
| Octal | 52 | 36 | 36 | 0 | 35 | 35 | 124 | 0 | 21 | 16 |
| Binary | 101010 | 11110 | 11110 | 0 | 11101 | 11101 | 1010100 | 0 | 10001 | 1110 |
Color Harmonies of #2A1E1E
Complementary color
Monochromatic Colors of #2A1E1E
Black with #2A1E1E
Text Example
Text Example
White with #2A1E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1E1E; }
p { color: rgb(42,30,30); }
H1.HeaderClassName
{
color: #2A1E1E;
}
.AnyTagClassName
{
color: #2A1E1E;
}
</style>
background-color css
<style>
a { background-color: #2A1E1E; }
a { background-color: rgb(42,30,30); }
div.DivClassName
{
background-color: #2A1E1E;
}
.BgClassName
{
background-color: #2A1E1E;
}
</style>
border-color css
<style>
span { border-color: #2A1E1E; }
span { border-color: rgb(42,30,30); }
td.TdClassName
{
border-color: #2A1E1E;
}
.TagClassName
{
border-color: #2A1E1E;
}
</style>