Shades of Nero #231D1D
Tints of Nero #231D1D
RGB
CMYK
RGB Variations
Color information
#231D1D (or 0x231D1D) is known color: Nero. HEX triplet: 23, 1D and 1D. RGB value is (35,29,29). Sum of RGB (Red+Green+Blue) = 35+29+29=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D1D is #DCE2E2. Grayscale: #1E1E1E. Windows color (decimal): -14476003 or 1908003. OLE color: 1908003.
HSL color Cylindrical-coordinate representation of color #231D1D: hue angle of 0º 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 #231D1D is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 29 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.86 |
| HSL | 0º | 0.09% | 0.13% | - |
| HSV(B) | 0º | 0.17% | 0.14% | - |
| XYZ | 1.35 | 1.32 | 1.35 | - |
| YUV | 30.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 29 | 0 | 0.17 | 0.17 | 0.86 | 0 | 0.09 | 0.13 |
| Hex | 23 | 1D | 1D | 0 | 11 | 11 | 56 | 0 | 9 | D |
| Octal | 43 | 35 | 35 | 0 | 21 | 21 | 126 | 0 | 11 | 15 |
| Binary | 100011 | 11101 | 11101 | 0 | 10001 | 10001 | 1010110 | 0 | 1001 | 1101 |
Color Harmonies of #231D1D
Complementary color
Monochromatic Colors of #231D1D
Black with #231D1D
Text Example
Text Example
White with #231D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D1D; }
p { color: rgb(35,29,29); }
H1.HeaderClassName
{
color: #231D1D;
}
.AnyTagClassName
{
color: #231D1D;
}
</style>
background-color css
<style>
a { background-color: #231D1D; }
a { background-color: rgb(35,29,29); }
div.DivClassName
{
background-color: #231D1D;
}
.BgClassName
{
background-color: #231D1D;
}
</style>
border-color css
<style>
span { border-color: #231D1D; }
span { border-color: rgb(35,29,29); }
td.TdClassName
{
border-color: #231D1D;
}
.TagClassName
{
border-color: #231D1D;
}
</style>