Shades of Nero #251F1F
Tints of Nero #251F1F
RGB
CMYK
RGB Variations
Color information
#251F1F (or 0x251F1F) is known color: Nero. HEX triplet: 25, 1F and 1F. RGB value is (37,31,31). Sum of RGB (Red+Green+Blue) = 37+31+31=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 37 - color contains mainly: red. Hex color #251F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F1F is #DAE0E0. Grayscale: #202020. Windows color (decimal): -14344417 or 2039589. OLE color: 2039589.
HSL color Cylindrical-coordinate representation of color #251F1F: hue angle of 0º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #251F1F is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 31 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.85 |
| HSL | 0º | 0.09% | 0.13% | - |
| HSV(B) | 0º | 0.16% | 0.15% | - |
| XYZ | 1.5 | 1.47 | 1.5 | - |
| YUV | 32.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 31 | 0 | 0.16 | 0.16 | 0.85 | 0 | 0.09 | 0.13 |
| Hex | 25 | 1F | 1F | 0 | 10 | 10 | 55 | 0 | 9 | D |
| Octal | 45 | 37 | 37 | 0 | 20 | 20 | 125 | 0 | 11 | 15 |
| Binary | 100101 | 11111 | 11111 | 0 | 10000 | 10000 | 1010101 | 0 | 1001 | 1101 |
Color Harmonies of #251F1F
Complementary color
Monochromatic Colors of #251F1F
Black with #251F1F
Text Example
Text Example
White with #251F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F1F; }
p { color: rgb(37,31,31); }
H1.HeaderClassName
{
color: #251F1F;
}
.AnyTagClassName
{
color: #251F1F;
}
</style>
background-color css
<style>
a { background-color: #251F1F; }
a { background-color: rgb(37,31,31); }
div.DivClassName
{
background-color: #251F1F;
}
.BgClassName
{
background-color: #251F1F;
}
</style>
border-color css
<style>
span { border-color: #251F1F; }
span { border-color: rgb(37,31,31); }
td.TdClassName
{
border-color: #251F1F;
}
.TagClassName
{
border-color: #251F1F;
}
</style>