Shades of Nero #231E1D
Tints of Nero #231E1D
RGB
CMYK
RGB Variations
Color information
#231E1D (or 0x231E1D) is known color: Nero. HEX triplet: 23, 1E and 1D. RGB value is (35,30,29). Sum of RGB (Red+Green+Blue) = 35+30+29=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #231E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E1D is #DCE1E2. Grayscale: #1F1F1F. Windows color (decimal): -14475747 or 1908259. OLE color: 1908259.
HSL color Cylindrical-coordinate representation of color #231E1D: hue angle of 10º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #231E1D is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 30 | 29 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.86 |
| HSL | 10º | 0.09% | 0.13% | - |
| HSV(B) | 10º | 0.17% | 0.14% | - |
| XYZ | 1.38 | 1.37 | 1.36 | - |
| YUV | 31.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 29 | 0 | 0.14 | 0.17 | 0.86 | 10 | 0.09 | 0.13 |
| Hex | 23 | 1E | 1D | 0 | E | 11 | 56 | A | 9 | D |
| Octal | 43 | 36 | 35 | 0 | 16 | 21 | 126 | 12 | 11 | 15 |
| Binary | 100011 | 11110 | 11101 | 0 | 1110 | 10001 | 1010110 | 1010 | 1001 | 1101 |
Color Harmonies of #231E1D
Complementary color
Monochromatic Colors of #231E1D
Black with #231E1D
Text Example
Text Example
White with #231E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E1D; }
p { color: rgb(35,30,29); }
H1.HeaderClassName
{
color: #231E1D;
}
.AnyTagClassName
{
color: #231E1D;
}
</style>
background-color css
<style>
a { background-color: #231E1D; }
a { background-color: rgb(35,30,29); }
div.DivClassName
{
background-color: #231E1D;
}
.BgClassName
{
background-color: #231E1D;
}
</style>
border-color css
<style>
span { border-color: #231E1D; }
span { border-color: rgb(35,30,29); }
td.TdClassName
{
border-color: #231E1D;
}
.TagClassName
{
border-color: #231E1D;
}
</style>