Shades of Maire #282514
Tints of Maire #282514
RGB
CMYK
RGB Variations
Color information
#282514 (or 0x282514) is known color: Maire. HEX triplet: 28, 25 and 14. RGB value is (40,37,20). Sum of RGB (Red+Green+Blue) = 40+37+20=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #282514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282514 is #D7DAEB. Grayscale: #242424. Windows color (decimal): -14146284 or 1320232. OLE color: 1320232.
HSL color Cylindrical-coordinate representation of color #282514: hue angle of 51º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #282514 is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 20 | - |
| CMYK | 0 | 0.07 | 0.5 | 0.84 |
| HSL | 51º | 0.33% | 0.12% | - |
| HSV(B) | 51º | 0.5% | 0.16% | - |
| XYZ | 1.66 | 1.82 | 0.93 | - |
| YUV | 35.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 20 | 0 | 0.07 | 0.5 | 0.84 | 51 | 0.33 | 0.12 |
| Hex | 28 | 25 | 14 | 0 | 7 | 32 | 54 | 33 | 21 | C |
| Octal | 50 | 45 | 24 | 0 | 7 | 62 | 124 | 63 | 41 | 14 |
| Binary | 101000 | 100101 | 10100 | 0 | 111 | 110010 | 1010100 | 110011 | 100001 | 1100 |
Color Harmonies of #282514
Complementary color
Monochromatic Colors of #282514
Black with #282514
Text Example
Text Example
White with #282514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282514; }
p { color: rgb(40,37,20); }
H1.HeaderClassName
{
color: #282514;
}
.AnyTagClassName
{
color: #282514;
}
</style>
background-color css
<style>
a { background-color: #282514; }
a { background-color: rgb(40,37,20); }
div.DivClassName
{
background-color: #282514;
}
.BgClassName
{
background-color: #282514;
}
</style>
border-color css
<style>
span { border-color: #282514; }
span { border-color: rgb(40,37,20); }
td.TdClassName
{
border-color: #282514;
}
.TagClassName
{
border-color: #282514;
}
</style>