Shades of Maire #242012
Tints of Maire #242012
RGB
CMYK
RGB Variations
Color information
#242012 (or 0x242012) is known color: Maire. HEX triplet: 24, 20 and 12. RGB value is (36,32,18). Sum of RGB (Red+Green+Blue) = 36+32+18=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #242012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242012 is #DBDFED. Grayscale: #1F1F1F. Windows color (decimal): -14409710 or 1187876. OLE color: 1187876.
HSL color Cylindrical-coordinate representation of color #242012: hue angle of 46.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #242012 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 32 | 18 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.86 |
| HSL | 46.67º | 0.33% | 0.11% | - |
| HSV(B) | 46.67º | 0.5% | 0.14% | - |
| XYZ | 1.35 | 1.45 | 0.78 | - |
| YUV | 31.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 18 | 0 | 0.11 | 0.5 | 0.86 | 46.67 | 0.33 | 0.11 |
| Hex | 24 | 20 | 12 | 0 | B | 32 | 56 | 2F | 21 | B |
| Octal | 44 | 40 | 22 | 0 | 13 | 62 | 126 | 57 | 41 | 13 |
| Binary | 100100 | 100000 | 10010 | 0 | 1011 | 110010 | 1010110 | 101111 | 100001 | 1011 |
Color Harmonies of #242012
Complementary color
Monochromatic Colors of #242012
Black with #242012
Text Example
Text Example
White with #242012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242012; }
p { color: rgb(36,32,18); }
H1.HeaderClassName
{
color: #242012;
}
.AnyTagClassName
{
color: #242012;
}
</style>
background-color css
<style>
a { background-color: #242012; }
a { background-color: rgb(36,32,18); }
div.DivClassName
{
background-color: #242012;
}
.BgClassName
{
background-color: #242012;
}
</style>
border-color css
<style>
span { border-color: #242012; }
span { border-color: rgb(36,32,18); }
td.TdClassName
{
border-color: #242012;
}
.TagClassName
{
border-color: #242012;
}
</style>