Shades of Nero #272424
Tints of Nero #272424
RGB
CMYK
RGB Variations
Color information
#272424 (or 0x272424) is known color: Nero. HEX triplet: 27, 24 and 24. RGB value is (39,36,36). Sum of RGB (Red+Green+Blue) = 39+36+36=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 39 - color contains mainly: red. Hex color #272424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272424 is #D8DBDB. Grayscale: #242424. Windows color (decimal): -14212060 or 2368551. OLE color: 2368551.
HSL color Cylindrical-coordinate representation of color #272424: hue angle of 0º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #272424 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 36 | 36 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.85 |
| HSL | 0º | 0.04% | 0.15% | - |
| HSV(B) | 0º | 0.08% | 0.15% | - |
| XYZ | 1.79 | 1.82 | 1.93 | - |
| YUV | 36.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 36 | 0 | 0.08 | 0.08 | 0.85 | 0 | 0.04 | 0.15 |
| Hex | 27 | 24 | 24 | 0 | 8 | 8 | 55 | 0 | 4 | F |
| Octal | 47 | 44 | 44 | 0 | 10 | 10 | 125 | 0 | 4 | 17 |
| Binary | 100111 | 100100 | 100100 | 0 | 1000 | 1000 | 1010101 | 0 | 100 | 1111 |
Color Harmonies of #272424
Complementary color
Monochromatic Colors of #272424
Black with #272424
Text Example
Text Example
White with #272424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272424; }
p { color: rgb(39,36,36); }
H1.HeaderClassName
{
color: #272424;
}
.AnyTagClassName
{
color: #272424;
}
</style>
background-color css
<style>
a { background-color: #272424; }
a { background-color: rgb(39,36,36); }
div.DivClassName
{
background-color: #272424;
}
.BgClassName
{
background-color: #272424;
}
</style>
border-color css
<style>
span { border-color: #272424; }
span { border-color: rgb(39,36,36); }
td.TdClassName
{
border-color: #272424;
}
.TagClassName
{
border-color: #272424;
}
</style>