Shades of Haiti #211F2A
Tints of Haiti #211F2A
RGB
CMYK
RGB Variations
Color information
#211F2A (or 0x211F2A) is known color: Haiti. HEX triplet: 21, 1F and 2A. RGB value is (33,31,42). Sum of RGB (Red+Green+Blue) = 33+31+42=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 42 - color contains mainly: blue. Hex color #211F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F2A is #DEE0D5. Grayscale: #202020. Windows color (decimal): -14606550 or 2760481. OLE color: 2760481.
HSL color Cylindrical-coordinate representation of color #211F2A: hue angle of 250.91º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #211F2A is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 31 | 42 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.84 |
| HSL | 250.91º | 0.15% | 0.14% | - |
| HSV(B) | 250.91º | 0.26% | 0.16% | - |
| XYZ | 1.54 | 1.47 | 2.39 | - |
| YUV | 32.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 42 | 0.21 | 0.26 | 0 | 0.84 | 250.91 | 0.15 | 0.14 |
| Hex | 21 | 1F | 2A | 15 | 1A | 0 | 54 | FB | F | E |
| Octal | 41 | 37 | 52 | 25 | 32 | 0 | 124 | 373 | 17 | 16 |
| Binary | 100001 | 11111 | 101010 | 10101 | 11010 | 0 | 1010100 | 11111011 | 1111 | 1110 |
Color Harmonies of #211F2A
Complementary color
Monochromatic Colors of #211F2A
Black with #211F2A
Text Example
Text Example
White with #211F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F2A; }
p { color: rgb(33,31,42); }
H1.HeaderClassName
{
color: #211F2A;
}
.AnyTagClassName
{
color: #211F2A;
}
</style>
background-color css
<style>
a { background-color: #211F2A; }
a { background-color: rgb(33,31,42); }
div.DivClassName
{
background-color: #211F2A;
}
.BgClassName
{
background-color: #211F2A;
}
</style>
border-color css
<style>
span { border-color: #211F2A; }
span { border-color: rgb(33,31,42); }
td.TdClassName
{
border-color: #211F2A;
}
.TagClassName
{
border-color: #211F2A;
}
</style>