Shades of Maire #282512
Tints of Maire #282512
RGB
CMYK
RGB Variations
Color information
#282512 (or 0x282512) is known color: Maire. HEX triplet: 28, 25 and 12. RGB value is (40,37,18). Sum of RGB (Red+Green+Blue) = 40+37+18=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #282512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282512 is #D7DAED. Grayscale: #232323. Windows color (decimal): -14146286 or 1189160. OLE color: 1189160.
HSL color Cylindrical-coordinate representation of color #282512: hue angle of 51.82º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282512 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 18 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.84 |
| HSL | 51.82º | 0.38% | 0.11% | - |
| HSV(B) | 51.82º | 0.55% | 0.16% | - |
| XYZ | 1.65 | 1.82 | 0.84 | - |
| YUV | 35.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 18 | 0 | 0.07 | 0.55 | 0.84 | 51.82 | 0.38 | 0.11 |
| Hex | 28 | 25 | 12 | 0 | 7 | 37 | 54 | 34 | 26 | B |
| Octal | 50 | 45 | 22 | 0 | 7 | 67 | 124 | 64 | 46 | 13 |
| Binary | 101000 | 100101 | 10010 | 0 | 111 | 110111 | 1010100 | 110100 | 100110 | 1011 |
Color Harmonies of #282512
Complementary color
Monochromatic Colors of #282512
Black with #282512
Text Example
Text Example
White with #282512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282512; }
p { color: rgb(40,37,18); }
H1.HeaderClassName
{
color: #282512;
}
.AnyTagClassName
{
color: #282512;
}
</style>
background-color css
<style>
a { background-color: #282512; }
a { background-color: rgb(40,37,18); }
div.DivClassName
{
background-color: #282512;
}
.BgClassName
{
background-color: #282512;
}
</style>
border-color css
<style>
span { border-color: #282512; }
span { border-color: rgb(40,37,18); }
td.TdClassName
{
border-color: #282512;
}
.TagClassName
{
border-color: #282512;
}
</style>