Shades of Maire #241E11
Tints of Maire #241E11
RGB
CMYK
RGB Variations
Color information
#241E11 (or 0x241E11) is known color: Maire. HEX triplet: 24, 1E and 11. RGB value is (36,30,17). Sum of RGB (Red+Green+Blue) = 36+30+17=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #241E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E11 is #DBE1EE. Grayscale: #1E1E1E. Windows color (decimal): -14410223 or 1121828. OLE color: 1121828.
HSL color Cylindrical-coordinate representation of color #241E11: hue angle of 41.05º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241E11 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 30 | 17 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.86 |
| HSL | 41.05º | 0.36% | 0.1% | - |
| HSV(B) | 41.05º | 0.53% | 0.14% | - |
| XYZ | 1.29 | 1.34 | 0.72 | - |
| YUV | 30.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 17 | 0 | 0.17 | 0.53 | 0.86 | 41.05 | 0.36 | 0.1 |
| Hex | 24 | 1E | 11 | 0 | 11 | 35 | 56 | 29 | 24 | A |
| Octal | 44 | 36 | 21 | 0 | 21 | 65 | 126 | 51 | 44 | 12 |
| Binary | 100100 | 11110 | 10001 | 0 | 10001 | 110101 | 1010110 | 101001 | 100100 | 1010 |
Color Harmonies of #241E11
Complementary color
Monochromatic Colors of #241E11
Black with #241E11
Text Example
Text Example
White with #241E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E11; }
p { color: rgb(36,30,17); }
H1.HeaderClassName
{
color: #241E11;
}
.AnyTagClassName
{
color: #241E11;
}
</style>
background-color css
<style>
a { background-color: #241E11; }
a { background-color: rgb(36,30,17); }
div.DivClassName
{
background-color: #241E11;
}
.BgClassName
{
background-color: #241E11;
}
</style>
border-color css
<style>
span { border-color: #241E11; }
span { border-color: rgb(36,30,17); }
td.TdClassName
{
border-color: #241E11;
}
.TagClassName
{
border-color: #241E11;
}
</style>