Shades of Maire #282724
Tints of Maire #282724
RGB
CMYK
RGB Variations
Color information
#282724 (or 0x282724) is known color: Maire. HEX triplet: 28, 27 and 24. RGB value is (40,39,36). Sum of RGB (Red+Green+Blue) = 40+39+36=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 40 - color contains mainly: red. Hex color #282724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282724 is #D7D8DB. Grayscale: #262626. Windows color (decimal): -14145756 or 2369320. OLE color: 2369320.
HSL color Cylindrical-coordinate representation of color #282724: hue angle of 45º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #282724 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 39 | 36 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.84 |
| HSL | 45º | 0.05% | 0.15% | - |
| HSV(B) | 45º | 0.1% | 0.16% | - |
| XYZ | 1.92 | 2.03 | 1.96 | - |
| YUV | 38.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 36 | 0 | 0.02 | 0.10 | 0.84 | 45 | 0.05 | 0.15 |
| Hex | 28 | 27 | 24 | 0 | 2 | A | 54 | 2D | 5 | F |
| Octal | 50 | 47 | 44 | 0 | 2 | 12 | 124 | 55 | 5 | 17 |
| Binary | 101000 | 100111 | 100100 | 0 | 10 | 1010 | 1010100 | 101101 | 101 | 1111 |
Color Harmonies of #282724
Complementary color
Monochromatic Colors of #282724
Black with #282724
Text Example
Text Example
White with #282724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282724; }
p { color: rgb(40,39,36); }
H1.HeaderClassName
{
color: #282724;
}
.AnyTagClassName
{
color: #282724;
}
</style>
background-color css
<style>
a { background-color: #282724; }
a { background-color: rgb(40,39,36); }
div.DivClassName
{
background-color: #282724;
}
.BgClassName
{
background-color: #282724;
}
</style>
border-color css
<style>
span { border-color: #282724; }
span { border-color: rgb(40,39,36); }
td.TdClassName
{
border-color: #282724;
}
.TagClassName
{
border-color: #282724;
}
</style>