Shades of Maire #242210
Tints of Maire #242210
RGB
CMYK
RGB Variations
Color information
#242210 (or 0x242210) is known color: Maire. HEX triplet: 24, 22 and 10. RGB value is (36,34,16). Sum of RGB (Red+Green+Blue) = 36+34+16=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #242210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242210 is #DBDDEF. Grayscale: #202020. Windows color (decimal): -14409200 or 1057316. OLE color: 1057316.
HSL color Cylindrical-coordinate representation of color #242210: hue angle of 54º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242210 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 34 | 16 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.86 |
| HSL | 54º | 0.38% | 0.1% | - |
| HSV(B) | 54º | 0.56% | 0.14% | - |
| XYZ | 1.39 | 1.56 | 0.72 | - |
| YUV | 32.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 16 | 0 | 0.06 | 0.56 | 0.86 | 54 | 0.38 | 0.1 |
| Hex | 24 | 22 | 10 | 0 | 6 | 38 | 56 | 36 | 26 | A |
| Octal | 44 | 42 | 20 | 0 | 6 | 70 | 126 | 66 | 46 | 12 |
| Binary | 100100 | 100010 | 10000 | 0 | 110 | 111000 | 1010110 | 110110 | 100110 | 1010 |
Color Harmonies of #242210
Complementary color
Monochromatic Colors of #242210
Black with #242210
Text Example
Text Example
White with #242210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242210; }
p { color: rgb(36,34,16); }
H1.HeaderClassName
{
color: #242210;
}
.AnyTagClassName
{
color: #242210;
}
</style>
background-color css
<style>
a { background-color: #242210; }
a { background-color: rgb(36,34,16); }
div.DivClassName
{
background-color: #242210;
}
.BgClassName
{
background-color: #242210;
}
</style>
border-color css
<style>
span { border-color: #242210; }
span { border-color: rgb(36,34,16); }
td.TdClassName
{
border-color: #242210;
}
.TagClassName
{
border-color: #242210;
}
</style>