Shades of Maire #242100
Tints of Maire #242100
RGB
CMYK
RGB Variations
Color information
#242100 (or 0x242100) is known color: Maire. HEX triplet: 24, 21 and 00. RGB value is (36,33,0). Sum of RGB (Red+Green+Blue) = 36+33+0=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #242100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242100 is #DBDEFF. Grayscale: #1E1E1E. Windows color (decimal): -14409472 or 8484. OLE color: 8484.
HSL color Cylindrical-coordinate representation of color #242100: hue angle of 55º 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 #242100 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 33 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.86 |
| HSL | 55º | 1% | 0.07% | - |
| HSV(B) | 55º | 1% | 0.14% | - |
| XYZ | 1.27 | 1.46 | 0.22 | - |
| YUV | 30.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 0 | 0 | 0.08 | 1 | 0.86 | 55 | 1 | 0.07 |
| Hex | 24 | 21 | 0 | 0 | 8 | 64 | 56 | 37 | 64 | 7 |
| Octal | 44 | 41 | 0 | 0 | 10 | 144 | 126 | 67 | 144 | 7 |
| Binary | 100100 | 100001 | 0 | 0 | 1000 | 1100100 | 1010110 | 110111 | 1100100 | 111 |
Color Harmonies of #242100
Complementary color
Monochromatic Colors of #242100
Black with #242100
Text Example
Text Example
White with #242100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242100; }
p { color: rgb(36,33,0); }
H1.HeaderClassName
{
color: #242100;
}
.AnyTagClassName
{
color: #242100;
}
</style>
background-color css
<style>
a { background-color: #242100; }
a { background-color: rgb(36,33,0); }
div.DivClassName
{
background-color: #242100;
}
.BgClassName
{
background-color: #242100;
}
</style>
border-color css
<style>
span { border-color: #242100; }
span { border-color: rgb(36,33,0); }
td.TdClassName
{
border-color: #242100;
}
.TagClassName
{
border-color: #242100;
}
</style>