Shades of Haiti #24212E
Tints of Haiti #24212E
RGB
CMYK
RGB Variations
Color information
#24212E (or 0x24212E) is known color: Haiti. HEX triplet: 24, 21 and 2E. RGB value is (36,33,46). Sum of RGB (Red+Green+Blue) = 36+33+46=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 46 - color contains mainly: blue. Hex color #24212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24212E is #DBDED1. Grayscale: #232323. Windows color (decimal): -14409426 or 3023140. OLE color: 3023140.
HSL color Cylindrical-coordinate representation of color #24212E: hue angle of 253.85º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #24212E is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 33 | 46 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.82 |
| HSL | 253.85º | 0.16% | 0.15% | - |
| HSV(B) | 253.85º | 0.28% | 0.18% | - |
| XYZ | 1.76 | 1.66 | 2.81 | - |
| YUV | 35.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 46 | 0.22 | 0.28 | 0 | 0.82 | 253.85 | 0.16 | 0.15 |
| Hex | 24 | 21 | 2E | 16 | 1C | 0 | 52 | FE | 10 | F |
| Octal | 44 | 41 | 56 | 26 | 34 | 0 | 122 | 376 | 20 | 17 |
| Binary | 100100 | 100001 | 101110 | 10110 | 11100 | 0 | 1010010 | 11111110 | 10000 | 1111 |
Color Harmonies of #24212E
Complementary color
Monochromatic Colors of #24212E
Black with #24212E
Text Example
Text Example
White with #24212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24212E; }
p { color: rgb(36,33,46); }
H1.HeaderClassName
{
color: #24212E;
}
.AnyTagClassName
{
color: #24212E;
}
</style>
background-color css
<style>
a { background-color: #24212E; }
a { background-color: rgb(36,33,46); }
div.DivClassName
{
background-color: #24212E;
}
.BgClassName
{
background-color: #24212E;
}
</style>
border-color css
<style>
span { border-color: #24212E; }
span { border-color: rgb(36,33,46); }
td.TdClassName
{
border-color: #24212E;
}
.TagClassName
{
border-color: #24212E;
}
</style>