Shades of Haiti #24212C
Tints of Haiti #24212C
RGB
CMYK
RGB Variations
Color information
#24212C (or 0x24212C) is known color: Haiti. HEX triplet: 24, 21 and 2C. RGB value is (36,33,44). Sum of RGB (Red+Green+Blue) = 36+33+44=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 44 - color contains mainly: blue. Hex color #24212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24212C is #DBDED3. Grayscale: #232323. Windows color (decimal): -14409428 or 2892068. OLE color: 2892068.
HSL color Cylindrical-coordinate representation of color #24212C: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #24212C is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 33 | 44 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.83 |
| HSL | 256.36º | 0.14% | 0.15% | - |
| HSV(B) | 256.36º | 0.25% | 0.17% | - |
| XYZ | 1.73 | 1.64 | 2.61 | - |
| YUV | 35.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 44 | 0.18 | 0.25 | 0 | 0.83 | 256.36 | 0.14 | 0.15 |
| Hex | 24 | 21 | 2C | 12 | 19 | 0 | 53 | 100 | E | F |
| Octal | 44 | 41 | 54 | 22 | 31 | 0 | 123 | 400 | 16 | 17 |
| Binary | 100100 | 100001 | 101100 | 10010 | 11001 | 0 | 1010011 | 100000000 | 1110 | 1111 |
Color Harmonies of #24212C
Complementary color
Monochromatic Colors of #24212C
Black with #24212C
Text Example
Text Example
White with #24212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24212C; }
p { color: rgb(36,33,44); }
H1.HeaderClassName
{
color: #24212C;
}
.AnyTagClassName
{
color: #24212C;
}
</style>
background-color css
<style>
a { background-color: #24212C; }
a { background-color: rgb(36,33,44); }
div.DivClassName
{
background-color: #24212C;
}
.BgClassName
{
background-color: #24212C;
}
</style>
border-color css
<style>
span { border-color: #24212C; }
span { border-color: rgb(36,33,44); }
td.TdClassName
{
border-color: #24212C;
}
.TagClassName
{
border-color: #24212C;
}
</style>