Shades of Maire #282412
Tints of Maire #282412
RGB
CMYK
RGB Variations
Color information
#282412 (or 0x282412) is known color: Maire. HEX triplet: 28, 24 and 12. RGB value is (40,36,18). Sum of RGB (Red+Green+Blue) = 40+36+18=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #282412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282412 is #D7DBED. Grayscale: #232323. Windows color (decimal): -14146542 or 1188904. OLE color: 1188904.
HSL color Cylindrical-coordinate representation of color #282412: hue angle of 49.09º 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 #282412 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 36 | 18 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.84 |
| HSL | 49.09º | 0.38% | 0.11% | - |
| HSV(B) | 49.09º | 0.55% | 0.16% | - |
| XYZ | 1.62 | 1.76 | 0.83 | - |
| YUV | 35.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 18 | 0 | 0.10 | 0.55 | 0.84 | 49.09 | 0.38 | 0.11 |
| Hex | 28 | 24 | 12 | 0 | A | 37 | 54 | 31 | 26 | B |
| Octal | 50 | 44 | 22 | 0 | 12 | 67 | 124 | 61 | 46 | 13 |
| Binary | 101000 | 100100 | 10010 | 0 | 1010 | 110111 | 1010100 | 110001 | 100110 | 1011 |
Color Harmonies of #282412
Complementary color
Monochromatic Colors of #282412
Black with #282412
Text Example
Text Example
White with #282412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282412; }
p { color: rgb(40,36,18); }
H1.HeaderClassName
{
color: #282412;
}
.AnyTagClassName
{
color: #282412;
}
</style>
background-color css
<style>
a { background-color: #282412; }
a { background-color: rgb(40,36,18); }
div.DivClassName
{
background-color: #282412;
}
.BgClassName
{
background-color: #282412;
}
</style>
border-color css
<style>
span { border-color: #282412; }
span { border-color: rgb(40,36,18); }
td.TdClassName
{
border-color: #282412;
}
.TagClassName
{
border-color: #282412;
}
</style>