Shades of Maire #242202
Tints of Maire #242202
RGB
CMYK
RGB Variations
Color information
#242202 (or 0x242202) is known color: Maire. HEX triplet: 24, 22 and 02. RGB value is (36,34,2). Sum of RGB (Red+Green+Blue) = 36+34+2=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 34 (13.67% from 255 or 47.22% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #242202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242202 is #DBDDFD. Grayscale: #1F1F1F. Windows color (decimal): -14409214 or 139812. OLE color: 139812.
HSL color Cylindrical-coordinate representation of color #242202: hue angle of 56.47º 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 #242202 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 34 | 2 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.86 |
| HSL | 56.47º | 0.89% | 0.07% | - |
| HSV(B) | 56.47º | 0.94% | 0.14% | - |
| XYZ | 1.31 | 1.52 | 0.28 | - |
| YUV | 30.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 2 | 0 | 0.06 | 0.94 | 0.86 | 56.47 | 0.89 | 0.07 |
| Hex | 24 | 22 | 2 | 0 | 6 | 5E | 56 | 38 | 59 | 7 |
| Octal | 44 | 42 | 2 | 0 | 6 | 136 | 126 | 70 | 131 | 7 |
| Binary | 100100 | 100010 | 10 | 0 | 110 | 1011110 | 1010110 | 111000 | 1011001 | 111 |
Color Harmonies of #242202
Complementary color
Monochromatic Colors of #242202
Black with #242202
Text Example
Text Example
White with #242202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242202; }
p { color: rgb(36,34,2); }
H1.HeaderClassName
{
color: #242202;
}
.AnyTagClassName
{
color: #242202;
}
</style>
background-color css
<style>
a { background-color: #242202; }
a { background-color: rgb(36,34,2); }
div.DivClassName
{
background-color: #242202;
}
.BgClassName
{
background-color: #242202;
}
</style>
border-color css
<style>
span { border-color: #242202; }
span { border-color: rgb(36,34,2); }
td.TdClassName
{
border-color: #242202;
}
.TagClassName
{
border-color: #242202;
}
</style>