Shades of Nero #2C2424
Tints of Nero #2C2424
RGB
CMYK
RGB Variations
Color information
#2C2424 (or 0x2C2424) is known color: Nero. HEX triplet: 2C, 24 and 24. RGB value is (44,36,36). Sum of RGB (Red+Green+Blue) = 44+36+36=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2424 is #D3DBDB. Grayscale: #262626. Windows color (decimal): -13884380 or 2368556. OLE color: 2368556.
HSL color Cylindrical-coordinate representation of color #2C2424: hue angle of 0º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2C2424 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 36 | 36 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.83 |
| HSL | 0º | 0.1% | 0.16% | - |
| HSV(B) | 0º | 0.18% | 0.17% | - |
| XYZ | 1.99 | 1.92 | 1.94 | - |
| YUV | 38.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 36 | 0 | 0.18 | 0.18 | 0.83 | 0 | 0.1 | 0.16 |
| Hex | 2C | 24 | 24 | 0 | 12 | 12 | 53 | 0 | A | 10 |
| Octal | 54 | 44 | 44 | 0 | 22 | 22 | 123 | 0 | 12 | 20 |
| Binary | 101100 | 100100 | 100100 | 0 | 10010 | 10010 | 1010011 | 0 | 1010 | 10000 |
Color Harmonies of #2C2424
Complementary color
Monochromatic Colors of #2C2424
Black with #2C2424
Text Example
Text Example
White with #2C2424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2424; }
p { color: rgb(44,36,36); }
H1.HeaderClassName
{
color: #2C2424;
}
.AnyTagClassName
{
color: #2C2424;
}
</style>
background-color css
<style>
a { background-color: #2C2424; }
a { background-color: rgb(44,36,36); }
div.DivClassName
{
background-color: #2C2424;
}
.BgClassName
{
background-color: #2C2424;
}
</style>
border-color css
<style>
span { border-color: #2C2424; }
span { border-color: rgb(44,36,36); }
td.TdClassName
{
border-color: #2C2424;
}
.TagClassName
{
border-color: #2C2424;
}
</style>