Shades of Maire #241D0E
Tints of Maire #241D0E
RGB
CMYK
RGB Variations
Color information
#241D0E (or 0x241D0E) is known color: Maire. HEX triplet: 24, 1D and 0E. RGB value is (36,29,14). Sum of RGB (Red+Green+Blue) = 36+29+14=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D0E is #DBE2F1. Grayscale: #1D1D1D. Windows color (decimal): -14410482 or 924964. OLE color: 924964.
HSL color Cylindrical-coordinate representation of color #241D0E: hue angle of 40.91º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #241D0E is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 29 | 14 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.86 |
| HSL | 40.91º | 0.44% | 0.1% | - |
| HSV(B) | 40.91º | 0.61% | 0.14% | - |
| XYZ | 1.25 | 1.29 | 0.6 | - |
| YUV | 29.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 14 | 0 | 0.19 | 0.61 | 0.86 | 40.91 | 0.44 | 0.1 |
| Hex | 24 | 1D | E | 0 | 13 | 3D | 56 | 29 | 2C | A |
| Octal | 44 | 35 | 16 | 0 | 23 | 75 | 126 | 51 | 54 | 12 |
| Binary | 100100 | 11101 | 1110 | 0 | 10011 | 111101 | 1010110 | 101001 | 101100 | 1010 |
Color Harmonies of #241D0E
Complementary color
Monochromatic Colors of #241D0E
Black with #241D0E
Text Example
Text Example
White with #241D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D0E; }
p { color: rgb(36,29,14); }
H1.HeaderClassName
{
color: #241D0E;
}
.AnyTagClassName
{
color: #241D0E;
}
</style>
background-color css
<style>
a { background-color: #241D0E; }
a { background-color: rgb(36,29,14); }
div.DivClassName
{
background-color: #241D0E;
}
.BgClassName
{
background-color: #241D0E;
}
</style>
border-color css
<style>
span { border-color: #241D0E; }
span { border-color: rgb(36,29,14); }
td.TdClassName
{
border-color: #241D0E;
}
.TagClassName
{
border-color: #241D0E;
}
</style>