Shades of Maire #241800
Tints of Maire #241800
RGB
CMYK
RGB Variations
Color information
#241800 (or 0x241800) is known color: Maire. HEX triplet: 24, 18 and 00. RGB value is (36,24,0). Sum of RGB (Red+Green+Blue) = 36+24+0=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #241800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241800 is #DBE7FF. Grayscale: #181818. Windows color (decimal): -14411776 or 6180. OLE color: 6180.
HSL color Cylindrical-coordinate representation of color #241800: hue angle of 40º 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 #241800 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 24 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.86 |
| HSL | 40º | 1% | 0.07% | - |
| HSV(B) | 40º | 1% | 0.14% | - |
| XYZ | 1.05 | 1.03 | 0.14 | - |
| YUV | 24.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 0 | 0 | 0.33 | 1 | 0.86 | 40 | 1 | 0.07 |
| Hex | 24 | 18 | 0 | 0 | 21 | 64 | 56 | 28 | 64 | 7 |
| Octal | 44 | 30 | 0 | 0 | 41 | 144 | 126 | 50 | 144 | 7 |
| Binary | 100100 | 11000 | 0 | 0 | 100001 | 1100100 | 1010110 | 101000 | 1100100 | 111 |
Color Harmonies of #241800
Complementary color
Monochromatic Colors of #241800
Black with #241800
Text Example
Text Example
White with #241800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241800; }
p { color: rgb(36,24,0); }
H1.HeaderClassName
{
color: #241800;
}
.AnyTagClassName
{
color: #241800;
}
</style>
background-color css
<style>
a { background-color: #241800; }
a { background-color: rgb(36,24,0); }
div.DivClassName
{
background-color: #241800;
}
.BgClassName
{
background-color: #241800;
}
</style>
border-color css
<style>
span { border-color: #241800; }
span { border-color: rgb(36,24,0); }
td.TdClassName
{
border-color: #241800;
}
.TagClassName
{
border-color: #241800;
}
</style>