Shades of Nero #272120
Tints of Nero #272120
RGB
CMYK
RGB Variations
Color information
#272120 (or 0x272120) is known color: Nero. HEX triplet: 27, 21 and 20. RGB value is (39,33,32). Sum of RGB (Red+Green+Blue) = 39+33+32=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 39 - color contains mainly: red. Hex color #272120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272120 is #D8DEDF. Grayscale: #222222. Windows color (decimal): -14212832 or 2105639. OLE color: 2105639.
HSL color Cylindrical-coordinate representation of color #272120: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #272120 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 33 | 32 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.85 |
| HSL | 8.57º | 0.1% | 0.14% | - |
| HSV(B) | 8.57º | 0.18% | 0.15% | - |
| XYZ | 1.64 | 1.62 | 1.59 | - |
| YUV | 34.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 32 | 0 | 0.15 | 0.18 | 0.85 | 8.57 | 0.1 | 0.14 |
| Hex | 27 | 21 | 20 | 0 | F | 12 | 55 | 9 | A | E |
| Octal | 47 | 41 | 40 | 0 | 17 | 22 | 125 | 11 | 12 | 16 |
| Binary | 100111 | 100001 | 100000 | 0 | 1111 | 10010 | 1010101 | 1001 | 1010 | 1110 |
Color Harmonies of #272120
Complementary color
Monochromatic Colors of #272120
Black with #272120
Text Example
Text Example
White with #272120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272120; }
p { color: rgb(39,33,32); }
H1.HeaderClassName
{
color: #272120;
}
.AnyTagClassName
{
color: #272120;
}
</style>
background-color css
<style>
a { background-color: #272120; }
a { background-color: rgb(39,33,32); }
div.DivClassName
{
background-color: #272120;
}
.BgClassName
{
background-color: #272120;
}
</style>
border-color css
<style>
span { border-color: #272120; }
span { border-color: rgb(39,33,32); }
td.TdClassName
{
border-color: #272120;
}
.TagClassName
{
border-color: #272120;
}
</style>