Shades of Maire #241A00
Tints of Maire #241A00
RGB
CMYK
RGB Variations
Color information
#241A00 (or 0x241A00) is known color: Maire. HEX triplet: 24, 1A and 00. RGB value is (36,26,0). Sum of RGB (Red+Green+Blue) = 36+26+0=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #241A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A00 is #DBE5FF. Grayscale: #1A1A1A. Windows color (decimal): -14411264 or 6692. OLE color: 6692.
HSL color Cylindrical-coordinate representation of color #241A00: hue angle of 43.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 #241A00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.86 |
| HSL | 43.33º | 1% | 0.07% | - |
| HSV(B) | 43.33º | 1% | 0.14% | - |
| XYZ | 1.1 | 1.11 | 0.16 | - |
| YUV | 26.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 0 | 0 | 0.28 | 1 | 0.86 | 43.33 | 1 | 0.07 |
| Hex | 24 | 1A | 0 | 0 | 1C | 64 | 56 | 2B | 64 | 7 |
| Octal | 44 | 32 | 0 | 0 | 34 | 144 | 126 | 53 | 144 | 7 |
| Binary | 100100 | 11010 | 0 | 0 | 11100 | 1100100 | 1010110 | 101011 | 1100100 | 111 |
Color Harmonies of #241A00
Complementary color
Monochromatic Colors of #241A00
Black with #241A00
Text Example
Text Example
White with #241A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A00; }
p { color: rgb(36,26,0); }
H1.HeaderClassName
{
color: #241A00;
}
.AnyTagClassName
{
color: #241A00;
}
</style>
background-color css
<style>
a { background-color: #241A00; }
a { background-color: rgb(36,26,0); }
div.DivClassName
{
background-color: #241A00;
}
.BgClassName
{
background-color: #241A00;
}
</style>
border-color css
<style>
span { border-color: #241A00; }
span { border-color: rgb(36,26,0); }
td.TdClassName
{
border-color: #241A00;
}
.TagClassName
{
border-color: #241A00;
}
</style>