Shades of Nero #2A201F
Tints of Nero #2A201F
RGB
CMYK
RGB Variations
Color information
#2A201F (or 0x2A201F) is known color: Nero. HEX triplet: 2A, 20 and 1F. RGB value is (42,32,31). Sum of RGB (Red+Green+Blue) = 42+32+31=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 42 - color contains mainly: red. Hex color #2A201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A201F is #D5DFE0. Grayscale: #222222. Windows color (decimal): -14016481 or 2039850. OLE color: 2039850.
HSL color Cylindrical-coordinate representation of color #2A201F: hue angle of 5.45º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A201F is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 32 | 31 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.84 |
| HSL | 5.45º | 0.15% | 0.14% | - |
| HSV(B) | 5.45º | 0.26% | 0.16% | - |
| XYZ | 1.72 | 1.62 | 1.52 | - |
| YUV | 34.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 31 | 0 | 0.24 | 0.26 | 0.84 | 5.45 | 0.15 | 0.14 |
| Hex | 2A | 20 | 1F | 0 | 18 | 1A | 54 | 5 | F | E |
| Octal | 52 | 40 | 37 | 0 | 30 | 32 | 124 | 5 | 17 | 16 |
| Binary | 101010 | 100000 | 11111 | 0 | 11000 | 11010 | 1010100 | 101 | 1111 | 1110 |
Color Harmonies of #2A201F
Complementary color
Monochromatic Colors of #2A201F
Black with #2A201F
Text Example
Text Example
White with #2A201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A201F; }
p { color: rgb(42,32,31); }
H1.HeaderClassName
{
color: #2A201F;
}
.AnyTagClassName
{
color: #2A201F;
}
</style>
background-color css
<style>
a { background-color: #2A201F; }
a { background-color: rgb(42,32,31); }
div.DivClassName
{
background-color: #2A201F;
}
.BgClassName
{
background-color: #2A201F;
}
</style>
border-color css
<style>
span { border-color: #2A201F; }
span { border-color: rgb(42,32,31); }
td.TdClassName
{
border-color: #2A201F;
}
.TagClassName
{
border-color: #2A201F;
}
</style>