Shades of Nero #2C2525
Tints of Nero #2C2525
RGB
CMYK
RGB Variations
Color information
#2C2525 (or 0x2C2525) is known color: Nero. HEX triplet: 2C, 25 and 25. RGB value is (44,37,37). Sum of RGB (Red+Green+Blue) = 44+37+37=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2525 is #D3DADA. Grayscale: #272727. Windows color (decimal): -13884123 or 2434348. OLE color: 2434348.
HSL color Cylindrical-coordinate representation of color #2C2525: hue angle of 0º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2C2525 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 37 | 37 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.83 |
| HSL | 0º | 0.09% | 0.16% | - |
| HSV(B) | 0º | 0.16% | 0.17% | - |
| XYZ | 2.03 | 1.99 | 2.03 | - |
| YUV | 39.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 37 | 0 | 0.16 | 0.16 | 0.83 | 0 | 0.09 | 0.16 |
| Hex | 2C | 25 | 25 | 0 | 10 | 10 | 53 | 0 | 9 | 10 |
| Octal | 54 | 45 | 45 | 0 | 20 | 20 | 123 | 0 | 11 | 20 |
| Binary | 101100 | 100101 | 100101 | 0 | 10000 | 10000 | 1010011 | 0 | 1001 | 10000 |
Color Harmonies of #2C2525
Complementary color
Monochromatic Colors of #2C2525
Black with #2C2525
Text Example
Text Example
White with #2C2525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2525; }
p { color: rgb(44,37,37); }
H1.HeaderClassName
{
color: #2C2525;
}
.AnyTagClassName
{
color: #2C2525;
}
</style>
background-color css
<style>
a { background-color: #2C2525; }
a { background-color: rgb(44,37,37); }
div.DivClassName
{
background-color: #2C2525;
}
.BgClassName
{
background-color: #2C2525;
}
</style>
border-color css
<style>
span { border-color: #2C2525; }
span { border-color: rgb(44,37,37); }
td.TdClassName
{
border-color: #2C2525;
}
.TagClassName
{
border-color: #2C2525;
}
</style>