Shades of Maire #282711
Tints of Maire #282711
RGB
CMYK
RGB Variations
Color information
#282711 (or 0x282711) is known color: Maire. HEX triplet: 28, 27 and 11. RGB value is (40,39,17). Sum of RGB (Red+Green+Blue) = 40+39+17=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #282711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282711 is #D7D8EE. Grayscale: #242424. Windows color (decimal): -14145775 or 1124136. OLE color: 1124136.
HSL color Cylindrical-coordinate representation of color #282711: hue angle of 57.39º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282711 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 39 | 17 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.84 |
| HSL | 57.39º | 0.4% | 0.11% | - |
| HSV(B) | 57.39º | 0.58% | 0.16% | - |
| XYZ | 1.7 | 1.94 | 0.82 | - |
| YUV | 36.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 17 | 0 | 0.02 | 0.57 | 0.84 | 57.39 | 0.4 | 0.11 |
| Hex | 28 | 27 | 11 | 0 | 2 | 39 | 54 | 39 | 28 | B |
| Octal | 50 | 47 | 21 | 0 | 2 | 71 | 124 | 71 | 50 | 13 |
| Binary | 101000 | 100111 | 10001 | 0 | 10 | 111001 | 1010100 | 111001 | 101000 | 1011 |
Color Harmonies of #282711
Complementary color
Monochromatic Colors of #282711
Black with #282711
Text Example
Text Example
White with #282711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282711; }
p { color: rgb(40,39,17); }
H1.HeaderClassName
{
color: #282711;
}
.AnyTagClassName
{
color: #282711;
}
</style>
background-color css
<style>
a { background-color: #282711; }
a { background-color: rgb(40,39,17); }
div.DivClassName
{
background-color: #282711;
}
.BgClassName
{
background-color: #282711;
}
</style>
border-color css
<style>
span { border-color: #282711; }
span { border-color: rgb(40,39,17); }
td.TdClassName
{
border-color: #282711;
}
.TagClassName
{
border-color: #282711;
}
</style>