Shades of Maire #242013
Tints of Maire #242013
RGB
CMYK
RGB Variations
Color information
#242013 (or 0x242013) is known color: Maire. HEX triplet: 24, 20 and 13. RGB value is (36,32,19). Sum of RGB (Red+Green+Blue) = 36+32+19=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #242013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242013 is #DBDFEC. Grayscale: #1F1F1F. Windows color (decimal): -14409709 or 1253412. OLE color: 1253412.
HSL color Cylindrical-coordinate representation of color #242013: hue angle of 45.88º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #242013 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 32 | 19 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.86 |
| HSL | 45.88º | 0.31% | 0.11% | - |
| HSV(B) | 45.88º | 0.47% | 0.14% | - |
| XYZ | 1.36 | 1.46 | 0.83 | - |
| YUV | 31.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 19 | 0 | 0.11 | 0.47 | 0.86 | 45.88 | 0.31 | 0.11 |
| Hex | 24 | 20 | 13 | 0 | B | 2F | 56 | 2E | 1F | B |
| Octal | 44 | 40 | 23 | 0 | 13 | 57 | 126 | 56 | 37 | 13 |
| Binary | 100100 | 100000 | 10011 | 0 | 1011 | 101111 | 1010110 | 101110 | 11111 | 1011 |
Color Harmonies of #242013
Complementary color
Monochromatic Colors of #242013
Black with #242013
Text Example
Text Example
White with #242013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242013; }
p { color: rgb(36,32,19); }
H1.HeaderClassName
{
color: #242013;
}
.AnyTagClassName
{
color: #242013;
}
</style>
background-color css
<style>
a { background-color: #242013; }
a { background-color: rgb(36,32,19); }
div.DivClassName
{
background-color: #242013;
}
.BgClassName
{
background-color: #242013;
}
</style>
border-color css
<style>
span { border-color: #242013; }
span { border-color: rgb(36,32,19); }
td.TdClassName
{
border-color: #242013;
}
.TagClassName
{
border-color: #242013;
}
</style>