Shades of Nero #251C1B
Tints of Nero #251C1B
RGB
CMYK
RGB Variations
Color information
#251C1B (or 0x251C1B) is known color: Nero. HEX triplet: 25, 1C and 1B. RGB value is (37,28,27). Sum of RGB (Red+Green+Blue) = 37+28+27=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C1B is #DAE3E4. Grayscale: #1E1E1E. Windows color (decimal): -14345189 or 1776677. OLE color: 1776677.
HSL color Cylindrical-coordinate representation of color #251C1B: hue angle of 6º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #251C1B is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 27 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.85 |
| HSL | 6º | 0.16% | 0.13% | - |
| HSV(B) | 6º | 0.27% | 0.15% | - |
| XYZ | 1.38 | 1.3 | 1.22 | - |
| YUV | 30.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 27 | 0 | 0.24 | 0.27 | 0.85 | 6 | 0.16 | 0.13 |
| Hex | 25 | 1C | 1B | 0 | 18 | 1B | 55 | 6 | 10 | D |
| Octal | 45 | 34 | 33 | 0 | 30 | 33 | 125 | 6 | 20 | 15 |
| Binary | 100101 | 11100 | 11011 | 0 | 11000 | 11011 | 1010101 | 110 | 10000 | 1101 |
Color Harmonies of #251C1B
Complementary color
Monochromatic Colors of #251C1B
Black with #251C1B
Text Example
Text Example
White with #251C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C1B; }
p { color: rgb(37,28,27); }
H1.HeaderClassName
{
color: #251C1B;
}
.AnyTagClassName
{
color: #251C1B;
}
</style>
background-color css
<style>
a { background-color: #251C1B; }
a { background-color: rgb(37,28,27); }
div.DivClassName
{
background-color: #251C1B;
}
.BgClassName
{
background-color: #251C1B;
}
</style>
border-color css
<style>
span { border-color: #251C1B; }
span { border-color: rgb(37,28,27); }
td.TdClassName
{
border-color: #251C1B;
}
.TagClassName
{
border-color: #251C1B;
}
</style>