Shades of Maire #242115
Tints of Maire #242115
RGB
CMYK
RGB Variations
Color information
#242115 (or 0x242115) is known color: Maire. HEX triplet: 24, 21 and 15. RGB value is (36,33,21). Sum of RGB (Red+Green+Blue) = 36+33+21=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #242115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242115 is #DBDEEA. Grayscale: #202020. Windows color (decimal): -14409451 or 1384740. OLE color: 1384740.
HSL color Cylindrical-coordinate representation of color #242115: hue angle of 48º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #242115 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 33 | 21 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.86 |
| HSL | 48º | 0.26% | 0.11% | - |
| HSV(B) | 48º | 0.42% | 0.14% | - |
| XYZ | 1.41 | 1.52 | 0.93 | - |
| YUV | 32.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 21 | 0 | 0.08 | 0.42 | 0.86 | 48 | 0.26 | 0.11 |
| Hex | 24 | 21 | 15 | 0 | 8 | 2A | 56 | 30 | 1A | B |
| Octal | 44 | 41 | 25 | 0 | 10 | 52 | 126 | 60 | 32 | 13 |
| Binary | 100100 | 100001 | 10101 | 0 | 1000 | 101010 | 1010110 | 110000 | 11010 | 1011 |
Color Harmonies of #242115
Complementary color
Monochromatic Colors of #242115
Black with #242115
Text Example
Text Example
White with #242115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242115; }
p { color: rgb(36,33,21); }
H1.HeaderClassName
{
color: #242115;
}
.AnyTagClassName
{
color: #242115;
}
</style>
background-color css
<style>
a { background-color: #242115; }
a { background-color: rgb(36,33,21); }
div.DivClassName
{
background-color: #242115;
}
.BgClassName
{
background-color: #242115;
}
</style>
border-color css
<style>
span { border-color: #242115; }
span { border-color: rgb(36,33,21); }
td.TdClassName
{
border-color: #242115;
}
.TagClassName
{
border-color: #242115;
}
</style>