Shades of Maire #282516
Tints of Maire #282516
RGB
CMYK
RGB Variations
Color information
#282516 (or 0x282516) is known color: Maire. HEX triplet: 28, 25 and 16. RGB value is (40,37,22). Sum of RGB (Red+Green+Blue) = 40+37+22=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #282516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282516 is #D7DAE9. Grayscale: #242424. Windows color (decimal): -14146282 or 1451304. OLE color: 1451304.
HSL color Cylindrical-coordinate representation of color #282516: hue angle of 50º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #282516 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 22 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.84 |
| HSL | 50º | 0.29% | 0.12% | - |
| HSV(B) | 50º | 0.45% | 0.16% | - |
| XYZ | 1.68 | 1.83 | 1.02 | - |
| YUV | 36.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 22 | 0 | 0.07 | 0.45 | 0.84 | 50 | 0.29 | 0.12 |
| Hex | 28 | 25 | 16 | 0 | 7 | 2D | 54 | 32 | 1D | C |
| Octal | 50 | 45 | 26 | 0 | 7 | 55 | 124 | 62 | 35 | 14 |
| Binary | 101000 | 100101 | 10110 | 0 | 111 | 101101 | 1010100 | 110010 | 11101 | 1100 |
Color Harmonies of #282516
Complementary color
Monochromatic Colors of #282516
Black with #282516
Text Example
Text Example
White with #282516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282516; }
p { color: rgb(40,37,22); }
H1.HeaderClassName
{
color: #282516;
}
.AnyTagClassName
{
color: #282516;
}
</style>
background-color css
<style>
a { background-color: #282516; }
a { background-color: rgb(40,37,22); }
div.DivClassName
{
background-color: #282516;
}
.BgClassName
{
background-color: #282516;
}
</style>
border-color css
<style>
span { border-color: #282516; }
span { border-color: rgb(40,37,22); }
td.TdClassName
{
border-color: #282516;
}
.TagClassName
{
border-color: #282516;
}
</style>