Shades of Haiti #211C32
Tints of Haiti #211C32
RGB
CMYK
RGB Variations
Color information
#211C32 (or 0x211C32) is known color: Haiti. HEX triplet: 21, 1C and 32. RGB value is (33,28,50). Sum of RGB (Red+Green+Blue) = 33+28+50=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #211C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C32 is #DEE3CD. Grayscale: #1F1F1F. Windows color (decimal): -14607310 or 3284001. OLE color: 3284001.
HSL color Cylindrical-coordinate representation of color #211C32: hue angle of 253.64º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #211C32 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 28 | 50 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.80 |
| HSL | 253.64º | 0.28% | 0.15% | - |
| HSV(B) | 253.64º | 0.44% | 0.2% | - |
| XYZ | 1.62 | 1.38 | 3.2 | - |
| YUV | 32 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 50 | 0.34 | 0.44 | 0 | 0.80 | 253.64 | 0.28 | 0.15 |
| Hex | 21 | 1C | 32 | 22 | 2C | 0 | 50 | FE | 1C | F |
| Octal | 41 | 34 | 62 | 42 | 54 | 0 | 120 | 376 | 34 | 17 |
| Binary | 100001 | 11100 | 110010 | 100010 | 101100 | 0 | 1010000 | 11111110 | 11100 | 1111 |
Color Harmonies of #211C32
Complementary color
Monochromatic Colors of #211C32
Black with #211C32
Text Example
Text Example
White with #211C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C32; }
p { color: rgb(33,28,50); }
H1.HeaderClassName
{
color: #211C32;
}
.AnyTagClassName
{
color: #211C32;
}
</style>
background-color css
<style>
a { background-color: #211C32; }
a { background-color: rgb(33,28,50); }
div.DivClassName
{
background-color: #211C32;
}
.BgClassName
{
background-color: #211C32;
}
</style>
border-color css
<style>
span { border-color: #211C32; }
span { border-color: rgb(33,28,50); }
td.TdClassName
{
border-color: #211C32;
}
.TagClassName
{
border-color: #211C32;
}
</style>