Shades of Maire #242315
Tints of Maire #242315
RGB
CMYK
RGB Variations
Color information
#242315 (or 0x242315) is known color: Maire. HEX triplet: 24, 23 and 15. RGB value is (36,35,21). Sum of RGB (Red+Green+Blue) = 36+35+21=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 36 - color contains mainly: red. Hex color #242315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242315 is #DBDCEA. Grayscale: #212121. Windows color (decimal): -14408939 or 1385252. OLE color: 1385252.
HSL color Cylindrical-coordinate representation of color #242315: hue angle of 56º 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 #242315 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 35 | 21 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.86 |
| HSL | 56º | 0.26% | 0.11% | - |
| HSV(B) | 56º | 0.42% | 0.14% | - |
| XYZ | 1.46 | 1.63 | 0.95 | - |
| YUV | 33.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 21 | 0 | 0.03 | 0.42 | 0.86 | 56 | 0.26 | 0.11 |
| Hex | 24 | 23 | 15 | 0 | 3 | 2A | 56 | 38 | 1A | B |
| Octal | 44 | 43 | 25 | 0 | 3 | 52 | 126 | 70 | 32 | 13 |
| Binary | 100100 | 100011 | 10101 | 0 | 11 | 101010 | 1010110 | 111000 | 11010 | 1011 |
Color Harmonies of #242315
Complementary color
Monochromatic Colors of #242315
Black with #242315
Text Example
Text Example
White with #242315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242315; }
p { color: rgb(36,35,21); }
H1.HeaderClassName
{
color: #242315;
}
.AnyTagClassName
{
color: #242315;
}
</style>
background-color css
<style>
a { background-color: #242315; }
a { background-color: rgb(36,35,21); }
div.DivClassName
{
background-color: #242315;
}
.BgClassName
{
background-color: #242315;
}
</style>
border-color css
<style>
span { border-color: #242315; }
span { border-color: rgb(36,35,21); }
td.TdClassName
{
border-color: #242315;
}
.TagClassName
{
border-color: #242315;
}
</style>