Shades of Maire #24220B
Tints of Maire #24220B
RGB
CMYK
RGB Variations
Color information
#24220B (or 0x24220B) is known color: Maire. HEX triplet: 24, 22 and 0B. RGB value is (36,34,11). Sum of RGB (Red+Green+Blue) = 36+34+11=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #24220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24220B is #DBDDF4. Grayscale: #202020. Windows color (decimal): -14409205 or 729636. OLE color: 729636.
HSL color Cylindrical-coordinate representation of color #24220B: hue angle of 55.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24220B is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 34 | 11 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.86 |
| HSL | 55.2º | 0.53% | 0.09% | - |
| HSV(B) | 55.2º | 0.69% | 0.14% | - |
| XYZ | 1.36 | 1.54 | 0.54 | - |
| YUV | 31.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 11 | 0 | 0.06 | 0.69 | 0.86 | 55.2 | 0.53 | 0.09 |
| Hex | 24 | 22 | B | 0 | 6 | 45 | 56 | 37 | 35 | 9 |
| Octal | 44 | 42 | 13 | 0 | 6 | 105 | 126 | 67 | 65 | 11 |
| Binary | 100100 | 100010 | 1011 | 0 | 110 | 1000101 | 1010110 | 110111 | 110101 | 1001 |
Color Harmonies of #24220B
Complementary color
Monochromatic Colors of #24220B
Black with #24220B
Text Example
Text Example
White with #24220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24220B; }
p { color: rgb(36,34,11); }
H1.HeaderClassName
{
color: #24220B;
}
.AnyTagClassName
{
color: #24220B;
}
</style>
background-color css
<style>
a { background-color: #24220B; }
a { background-color: rgb(36,34,11); }
div.DivClassName
{
background-color: #24220B;
}
.BgClassName
{
background-color: #24220B;
}
</style>
border-color css
<style>
span { border-color: #24220B; }
span { border-color: rgb(36,34,11); }
td.TdClassName
{
border-color: #24220B;
}
.TagClassName
{
border-color: #24220B;
}
</style>