Shades of Haiti #211D3E
Tints of Haiti #211D3E
RGB
CMYK
RGB Variations
Color information
#211D3E (or 0x211D3E) is known color: Haiti. HEX triplet: 21, 1D and 3E. RGB value is (33,29,62). Sum of RGB (Red+Green+Blue) = 33+29+62=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #211D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D3E is #DEE2C1. Grayscale: #212121. Windows color (decimal): -14607042 or 4070689. OLE color: 4070689.
HSL color Cylindrical-coordinate representation of color #211D3E: hue angle of 247.27º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #211D3E is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 29 | 62 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.76 |
| HSL | 247.27º | 0.36% | 0.18% | - |
| HSV(B) | 247.27º | 0.53% | 0.24% | - |
| XYZ | 1.94 | 1.55 | 4.75 | - |
| YUV | 33.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 62 | 0.47 | 0.53 | 0 | 0.76 | 247.27 | 0.36 | 0.18 |
| Hex | 21 | 1D | 3E | 2F | 35 | 0 | 4C | F7 | 24 | 12 |
| Octal | 41 | 35 | 76 | 57 | 65 | 0 | 114 | 367 | 44 | 22 |
| Binary | 100001 | 11101 | 111110 | 101111 | 110101 | 0 | 1001100 | 11110111 | 100100 | 10010 |
Color Harmonies of #211D3E
Complementary color
Monochromatic Colors of #211D3E
Black with #211D3E
Text Example
Text Example
White with #211D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D3E; }
p { color: rgb(33,29,62); }
H1.HeaderClassName
{
color: #211D3E;
}
.AnyTagClassName
{
color: #211D3E;
}
</style>
background-color css
<style>
a { background-color: #211D3E; }
a { background-color: rgb(33,29,62); }
div.DivClassName
{
background-color: #211D3E;
}
.BgClassName
{
background-color: #211D3E;
}
</style>
border-color css
<style>
span { border-color: #211D3E; }
span { border-color: rgb(33,29,62); }
td.TdClassName
{
border-color: #211D3E;
}
.TagClassName
{
border-color: #211D3E;
}
</style>