Shades of Haiti #211D36
Tints of Haiti #211D36
RGB
CMYK
RGB Variations
Color information
#211D36 (or 0x211D36) is known color: Haiti. HEX triplet: 21, 1D and 36. RGB value is (33,29,54). Sum of RGB (Red+Green+Blue) = 33+29+54=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 54 - color contains mainly: blue. Hex color #211D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D36 is #DEE2C9. Grayscale: #202020. Windows color (decimal): -14607050 or 3546401. OLE color: 3546401.
HSL color Cylindrical-coordinate representation of color #211D36: hue angle of 249.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #211D36 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 29 | 54 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.79 |
| HSL | 249.6º | 0.3% | 0.16% | - |
| HSV(B) | 249.6º | 0.46% | 0.21% | - |
| XYZ | 1.73 | 1.47 | 3.68 | - |
| YUV | 33.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 54 | 0.39 | 0.46 | 0 | 0.79 | 249.6 | 0.3 | 0.16 |
| Hex | 21 | 1D | 36 | 27 | 2E | 0 | 4F | FA | 1E | 10 |
| Octal | 41 | 35 | 66 | 47 | 56 | 0 | 117 | 372 | 36 | 20 |
| Binary | 100001 | 11101 | 110110 | 100111 | 101110 | 0 | 1001111 | 11111010 | 11110 | 10000 |
Color Harmonies of #211D36
Complementary color
Monochromatic Colors of #211D36
Black with #211D36
Text Example
Text Example
White with #211D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D36; }
p { color: rgb(33,29,54); }
H1.HeaderClassName
{
color: #211D36;
}
.AnyTagClassName
{
color: #211D36;
}
</style>
background-color css
<style>
a { background-color: #211D36; }
a { background-color: rgb(33,29,54); }
div.DivClassName
{
background-color: #211D36;
}
.BgClassName
{
background-color: #211D36;
}
</style>
border-color css
<style>
span { border-color: #211D36; }
span { border-color: rgb(33,29,54); }
td.TdClassName
{
border-color: #211D36;
}
.TagClassName
{
border-color: #211D36;
}
</style>