Shades of Nero #251E1D
Tints of Nero #251E1D
RGB
CMYK
RGB Variations
Color information
#251E1D (or 0x251E1D) is known color: Nero. HEX triplet: 25, 1E and 1D. RGB value is (37,30,29). Sum of RGB (Red+Green+Blue) = 37+30+29=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 37 - color contains mainly: red. Hex color #251E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E1D is #DAE1E2. Grayscale: #1F1F1F. Windows color (decimal): -14344675 or 1908261. OLE color: 1908261.
HSL color Cylindrical-coordinate representation of color #251E1D: hue angle of 7.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #251E1D is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 29 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.85 |
| HSL | 7.5º | 0.12% | 0.13% | - |
| HSV(B) | 7.5º | 0.22% | 0.15% | - |
| XYZ | 1.45 | 1.41 | 1.36 | - |
| YUV | 31.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 29 | 0 | 0.19 | 0.22 | 0.85 | 7.5 | 0.12 | 0.13 |
| Hex | 25 | 1E | 1D | 0 | 13 | 16 | 55 | 8 | C | D |
| Octal | 45 | 36 | 35 | 0 | 23 | 26 | 125 | 10 | 14 | 15 |
| Binary | 100101 | 11110 | 11101 | 0 | 10011 | 10110 | 1010101 | 1000 | 1100 | 1101 |
Color Harmonies of #251E1D
Complementary color
Monochromatic Colors of #251E1D
Black with #251E1D
Text Example
Text Example
White with #251E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E1D; }
p { color: rgb(37,30,29); }
H1.HeaderClassName
{
color: #251E1D;
}
.AnyTagClassName
{
color: #251E1D;
}
</style>
background-color css
<style>
a { background-color: #251E1D; }
a { background-color: rgb(37,30,29); }
div.DivClassName
{
background-color: #251E1D;
}
.BgClassName
{
background-color: #251E1D;
}
</style>
border-color css
<style>
span { border-color: #251E1D; }
span { border-color: rgb(37,30,29); }
td.TdClassName
{
border-color: #251E1D;
}
.TagClassName
{
border-color: #251E1D;
}
</style>