Shades of Nero #231D1C
Tints of Nero #231D1C
RGB
CMYK
RGB Variations
Color information
#231D1C (or 0x231D1C) is known color: Nero. HEX triplet: 23, 1D and 1C. RGB value is (35,29,28). Sum of RGB (Red+Green+Blue) = 35+29+28=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D1C is #DCE2E3. Grayscale: #1E1E1E. Windows color (decimal): -14476004 or 1842467. OLE color: 1842467.
HSL color Cylindrical-coordinate representation of color #231D1C: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #231D1C is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 28 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.86 |
| HSL | 8.57º | 0.11% | 0.12% | - |
| HSV(B) | 8.57º | 0.2% | 0.14% | - |
| XYZ | 1.34 | 1.32 | 1.28 | - |
| YUV | 30.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 28 | 0 | 0.17 | 0.20 | 0.86 | 8.57 | 0.11 | 0.12 |
| Hex | 23 | 1D | 1C | 0 | 11 | 14 | 56 | 9 | B | C |
| Octal | 43 | 35 | 34 | 0 | 21 | 24 | 126 | 11 | 13 | 14 |
| Binary | 100011 | 11101 | 11100 | 0 | 10001 | 10100 | 1010110 | 1001 | 1011 | 1100 |
Color Harmonies of #231D1C
Complementary color
Monochromatic Colors of #231D1C
Black with #231D1C
Text Example
Text Example
White with #231D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D1C; }
p { color: rgb(35,29,28); }
H1.HeaderClassName
{
color: #231D1C;
}
.AnyTagClassName
{
color: #231D1C;
}
</style>
background-color css
<style>
a { background-color: #231D1C; }
a { background-color: rgb(35,29,28); }
div.DivClassName
{
background-color: #231D1C;
}
.BgClassName
{
background-color: #231D1C;
}
</style>
border-color css
<style>
span { border-color: #231D1C; }
span { border-color: rgb(35,29,28); }
td.TdClassName
{
border-color: #231D1C;
}
.TagClassName
{
border-color: #231D1C;
}
</style>