Shades of Nero #31201F
Tints of Nero #31201F
RGB
CMYK
RGB Variations
Color information
#31201F (or 0x31201F) is known color: Nero. HEX triplet: 31, 20 and 1F. RGB value is (49,32,31). Sum of RGB (Red+Green+Blue) = 49+32+31=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31201F is #CEDFE0. Grayscale: #242424. Windows color (decimal): -13557729 or 2039857. OLE color: 2039857.
HSL color Cylindrical-coordinate representation of color #31201F: hue angle of 3.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31201F is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 32 | 31 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.81 |
| HSL | 3.33º | 0.23% | 0.16% | - |
| HSV(B) | 3.33º | 0.37% | 0.19% | - |
| XYZ | 2.03 | 1.78 | 1.53 | - |
| YUV | 36.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 31 | 0 | 0.35 | 0.37 | 0.81 | 3.33 | 0.23 | 0.16 |
| Hex | 31 | 20 | 1F | 0 | 23 | 25 | 51 | 3 | 16 | 10 |
| Octal | 61 | 40 | 37 | 0 | 43 | 45 | 121 | 3 | 26 | 20 |
| Binary | 110001 | 100000 | 11111 | 0 | 100011 | 100101 | 1010001 | 11 | 10110 | 10000 |
Color Harmonies of #31201F
Complementary color
Monochromatic Colors of #31201F
Black with #31201F
Text Example
Text Example
White with #31201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31201F; }
p { color: rgb(49,32,31); }
H1.HeaderClassName
{
color: #31201F;
}
.AnyTagClassName
{
color: #31201F;
}
</style>
background-color css
<style>
a { background-color: #31201F; }
a { background-color: rgb(49,32,31); }
div.DivClassName
{
background-color: #31201F;
}
.BgClassName
{
background-color: #31201F;
}
</style>
border-color css
<style>
span { border-color: #31201F; }
span { border-color: rgb(49,32,31); }
td.TdClassName
{
border-color: #31201F;
}
.TagClassName
{
border-color: #31201F;
}
</style>