Shades of Maire #241D00
Tints of Maire #241D00
RGB
CMYK
RGB Variations
Color information
#241D00 (or 0x241D00) is known color: Maire. HEX triplet: 24, 1D and 00. RGB value is (36,29,0). Sum of RGB (Red+Green+Blue) = 36+29+0=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #241D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D00 is #DBE2FF. Grayscale: #1B1B1B. Windows color (decimal): -14410496 or 7460. OLE color: 7460.
HSL color Cylindrical-coordinate representation of color #241D00: hue angle of 48.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #241D00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 29 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.86 |
| HSL | 48.33º | 1% | 0.07% | - |
| HSV(B) | 48.33º | 1% | 0.14% | - |
| XYZ | 1.17 | 1.25 | 0.18 | - |
| YUV | 27.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 0 | 0 | 0.19 | 1 | 0.86 | 48.33 | 1 | 0.07 |
| Hex | 24 | 1D | 0 | 0 | 13 | 64 | 56 | 30 | 64 | 7 |
| Octal | 44 | 35 | 0 | 0 | 23 | 144 | 126 | 60 | 144 | 7 |
| Binary | 100100 | 11101 | 0 | 0 | 10011 | 1100100 | 1010110 | 110000 | 1100100 | 111 |
Color Harmonies of #241D00
Complementary color
Monochromatic Colors of #241D00
Black with #241D00
Text Example
Text Example
White with #241D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D00; }
p { color: rgb(36,29,0); }
H1.HeaderClassName
{
color: #241D00;
}
.AnyTagClassName
{
color: #241D00;
}
</style>
background-color css
<style>
a { background-color: #241D00; }
a { background-color: rgb(36,29,0); }
div.DivClassName
{
background-color: #241D00;
}
.BgClassName
{
background-color: #241D00;
}
</style>
border-color css
<style>
span { border-color: #241D00; }
span { border-color: rgb(36,29,0); }
td.TdClassName
{
border-color: #241D00;
}
.TagClassName
{
border-color: #241D00;
}
</style>