Shades of Nero #281F1E
Tints of Nero #281F1E
RGB
CMYK
RGB Variations
Color information
#281F1E (or 0x281F1E) is known color: Nero. HEX triplet: 28, 1F and 1E. RGB value is (40,31,30). Sum of RGB (Red+Green+Blue) = 40+31+30=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 40 - color contains mainly: red. Hex color #281F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F1E is #D7E0E1. Grayscale: #212121. Windows color (decimal): -14147810 or 1974056. OLE color: 1974056.
HSL color Cylindrical-coordinate representation of color #281F1E: hue angle of 6º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #281F1E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 31 | 30 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.84 |
| HSL | 6º | 0.14% | 0.14% | - |
| HSV(B) | 6º | 0.25% | 0.16% | - |
| XYZ | 1.6 | 1.52 | 1.44 | - |
| YUV | 33.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 30 | 0 | 0.22 | 0.25 | 0.84 | 6 | 0.14 | 0.14 |
| Hex | 28 | 1F | 1E | 0 | 16 | 19 | 54 | 6 | E | E |
| Octal | 50 | 37 | 36 | 0 | 26 | 31 | 124 | 6 | 16 | 16 |
| Binary | 101000 | 11111 | 11110 | 0 | 10110 | 11001 | 1010100 | 110 | 1110 | 1110 |
Color Harmonies of #281F1E
Complementary color
Monochromatic Colors of #281F1E
Black with #281F1E
Text Example
Text Example
White with #281F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F1E; }
p { color: rgb(40,31,30); }
H1.HeaderClassName
{
color: #281F1E;
}
.AnyTagClassName
{
color: #281F1E;
}
</style>
background-color css
<style>
a { background-color: #281F1E; }
a { background-color: rgb(40,31,30); }
div.DivClassName
{
background-color: #281F1E;
}
.BgClassName
{
background-color: #281F1E;
}
</style>
border-color css
<style>
span { border-color: #281F1E; }
span { border-color: rgb(40,31,30); }
td.TdClassName
{
border-color: #281F1E;
}
.TagClassName
{
border-color: #281F1E;
}
</style>