Shades of Nero #251F1E
Tints of Nero #251F1E
RGB
CMYK
RGB Variations
Color information
#251F1E (or 0x251F1E) is known color: Nero. HEX triplet: 25, 1F and 1E. RGB value is (37,31,30). Sum of RGB (Red+Green+Blue) = 37+31+30=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 37 - color contains mainly: red. Hex color #251F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F1E is #DAE0E1. Grayscale: #202020. Windows color (decimal): -14344418 or 1974053. OLE color: 1974053.
HSL color Cylindrical-coordinate representation of color #251F1E: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #251F1E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 30 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.85 |
| HSL | 8.57º | 0.1% | 0.13% | - |
| HSV(B) | 8.57º | 0.19% | 0.15% | - |
| XYZ | 1.49 | 1.47 | 1.43 | - |
| YUV | 32.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 30 | 0 | 0.16 | 0.19 | 0.85 | 8.57 | 0.1 | 0.13 |
| Hex | 25 | 1F | 1E | 0 | 10 | 13 | 55 | 9 | A | D |
| Octal | 45 | 37 | 36 | 0 | 20 | 23 | 125 | 11 | 12 | 15 |
| Binary | 100101 | 11111 | 11110 | 0 | 10000 | 10011 | 1010101 | 1001 | 1010 | 1101 |
Color Harmonies of #251F1E
Complementary color
Monochromatic Colors of #251F1E
Black with #251F1E
Text Example
Text Example
White with #251F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F1E; }
p { color: rgb(37,31,30); }
H1.HeaderClassName
{
color: #251F1E;
}
.AnyTagClassName
{
color: #251F1E;
}
</style>
background-color css
<style>
a { background-color: #251F1E; }
a { background-color: rgb(37,31,30); }
div.DivClassName
{
background-color: #251F1E;
}
.BgClassName
{
background-color: #251F1E;
}
</style>
border-color css
<style>
span { border-color: #251F1E; }
span { border-color: rgb(37,31,30); }
td.TdClassName
{
border-color: #251F1E;
}
.TagClassName
{
border-color: #251F1E;
}
</style>