Shades of Nero #282727
Tints of Nero #282727
RGB
CMYK
RGB Variations
Color information
#282727 (or 0x282727) is known color: Nero. HEX triplet: 28, 27 and 27. RGB value is (40,39,39). Sum of RGB (Red+Green+Blue) = 40+39+39=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 40 - color contains mainly: red. Hex color #282727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282727 is #D7D8D8. Grayscale: #272727. Windows color (decimal): -14145753 or 2565928. OLE color: 2565928.
HSL color Cylindrical-coordinate representation of color #282727: hue angle of 0º degrees, saturation: 0.01, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #282727 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 39 | 39 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.84 |
| HSL | 0º | 0.01% | 0.15% | - |
| HSV(B) | 0º | 0.02% | 0.16% | - |
| XYZ | 1.97 | 2.05 | 2.21 | - |
| YUV | 39.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 39 | 0 | 0.02 | 0.02 | 0.84 | 0 | 0.01 | 0.15 |
| Hex | 28 | 27 | 27 | 0 | 2 | 2 | 54 | 0 | 1 | F |
| Octal | 50 | 47 | 47 | 0 | 2 | 2 | 124 | 0 | 1 | 17 |
| Binary | 101000 | 100111 | 100111 | 0 | 10 | 10 | 1010100 | 0 | 1 | 1111 |
Color Harmonies of #282727
Complementary color
Monochromatic Colors of #282727
Black with #282727
Text Example
Text Example
White with #282727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282727; }
p { color: rgb(40,39,39); }
H1.HeaderClassName
{
color: #282727;
}
.AnyTagClassName
{
color: #282727;
}
</style>
background-color css
<style>
a { background-color: #282727; }
a { background-color: rgb(40,39,39); }
div.DivClassName
{
background-color: #282727;
}
.BgClassName
{
background-color: #282727;
}
</style>
border-color css
<style>
span { border-color: #282727; }
span { border-color: rgb(40,39,39); }
td.TdClassName
{
border-color: #282727;
}
.TagClassName
{
border-color: #282727;
}
</style>