Shades of Maire #282720
Tints of Maire #282720
RGB
CMYK
RGB Variations
Color information
#282720 (or 0x282720) is known color: Maire. HEX triplet: 28, 27 and 20. RGB value is (40,39,32). Sum of RGB (Red+Green+Blue) = 40+39+32=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 40 - color contains mainly: red. Hex color #282720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282720 is #D7D8DF. Grayscale: #262626. Windows color (decimal): -14145760 or 2107176. OLE color: 2107176.
HSL color Cylindrical-coordinate representation of color #282720: hue angle of 52.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282720 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 39 | 32 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.84 |
| HSL | 52.5º | 0.11% | 0.14% | - |
| HSV(B) | 52.5º | 0.2% | 0.16% | - |
| XYZ | 1.86 | 2.01 | 1.66 | - |
| YUV | 38.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 32 | 0 | 0.02 | 0.20 | 0.84 | 52.5 | 0.11 | 0.14 |
| Hex | 28 | 27 | 20 | 0 | 2 | 14 | 54 | 34 | B | E |
| Octal | 50 | 47 | 40 | 0 | 2 | 24 | 124 | 64 | 13 | 16 |
| Binary | 101000 | 100111 | 100000 | 0 | 10 | 10100 | 1010100 | 110100 | 1011 | 1110 |
Color Harmonies of #282720
Complementary color
Monochromatic Colors of #282720
Black with #282720
Text Example
Text Example
White with #282720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282720; }
p { color: rgb(40,39,32); }
H1.HeaderClassName
{
color: #282720;
}
.AnyTagClassName
{
color: #282720;
}
</style>
background-color css
<style>
a { background-color: #282720; }
a { background-color: rgb(40,39,32); }
div.DivClassName
{
background-color: #282720;
}
.BgClassName
{
background-color: #282720;
}
</style>
border-color css
<style>
span { border-color: #282720; }
span { border-color: rgb(40,39,32); }
td.TdClassName
{
border-color: #282720;
}
.TagClassName
{
border-color: #282720;
}
</style>