Shades of Maire #242402
Tints of Maire #242402
RGB
CMYK
RGB Variations
Color information
#242402 (or 0x242402) is known color: Maire. HEX triplet: 24, 24 and 02. RGB value is (36,36,2). Sum of RGB (Red+Green+Blue) = 36+36+2=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 36 - color contains mainly: red, green. Hex color #242402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242402 is #DBDBFD. Grayscale: #202020. Windows color (decimal): -14408702 or 140324. OLE color: 140324.
HSL color Cylindrical-coordinate representation of color #242402: hue angle of 60º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #242402 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 36 | 2 | - |
| CMYK | 0 | 0 | 0.94 | 0.86 |
| HSL | 60º | 0.89% | 0.07% | - |
| HSV(B) | 60º | 0.94% | 0.14% | - |
| XYZ | 1.37 | 1.64 | 0.3 | - |
| YUV | 32.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 2 | 0 | 0 | 0.94 | 0.86 | 60 | 0.89 | 0.07 |
| Hex | 24 | 24 | 2 | 0 | 0 | 5E | 56 | 3C | 59 | 7 |
| Octal | 44 | 44 | 2 | 0 | 0 | 136 | 126 | 74 | 131 | 7 |
| Binary | 100100 | 100100 | 10 | 0 | 0 | 1011110 | 1010110 | 111100 | 1011001 | 111 |
Color Harmonies of #242402
Complementary color
Monochromatic Colors of #242402
Black with #242402
Text Example
Text Example
White with #242402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242402; }
p { color: rgb(36,36,2); }
H1.HeaderClassName
{
color: #242402;
}
.AnyTagClassName
{
color: #242402;
}
</style>
background-color css
<style>
a { background-color: #242402; }
a { background-color: rgb(36,36,2); }
div.DivClassName
{
background-color: #242402;
}
.BgClassName
{
background-color: #242402;
}
</style>
border-color css
<style>
span { border-color: #242402; }
span { border-color: rgb(36,36,2); }
td.TdClassName
{
border-color: #242402;
}
.TagClassName
{
border-color: #242402;
}
</style>