Shades of Haiti #211E25
Tints of Haiti #211E25
RGB
CMYK
RGB Variations
Color information
#211E25 (or 0x211E25) is known color: Haiti. HEX triplet: 21, 1E and 25. RGB value is (33,30,37). Sum of RGB (Red+Green+Blue) = 33+30+37=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: blue. Hex color #211E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E25 is #DEE1DA. Grayscale: #1F1F1F. Windows color (decimal): -14606811 or 2432545. OLE color: 2432545.
HSL color Cylindrical-coordinate representation of color #211E25: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #211E25 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 30 | 37 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.85 |
| HSL | 265.71º | 0.1% | 0.13% | - |
| HSV(B) | 265.71º | 0.19% | 0.15% | - |
| XYZ | 1.43 | 1.39 | 1.94 | - |
| YUV | 31.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 37 | 0.11 | 0.19 | 0 | 0.85 | 265.71 | 0.1 | 0.13 |
| Hex | 21 | 1E | 25 | B | 13 | 0 | 55 | 10A | A | D |
| Octal | 41 | 36 | 45 | 13 | 23 | 0 | 125 | 412 | 12 | 15 |
| Binary | 100001 | 11110 | 100101 | 1011 | 10011 | 0 | 1010101 | 100001010 | 1010 | 1101 |
Color Harmonies of #211E25
Complementary color
Monochromatic Colors of #211E25
Black with #211E25
Text Example
Text Example
White with #211E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E25; }
p { color: rgb(33,30,37); }
H1.HeaderClassName
{
color: #211E25;
}
.AnyTagClassName
{
color: #211E25;
}
</style>
background-color css
<style>
a { background-color: #211E25; }
a { background-color: rgb(33,30,37); }
div.DivClassName
{
background-color: #211E25;
}
.BgClassName
{
background-color: #211E25;
}
</style>
border-color css
<style>
span { border-color: #211E25; }
span { border-color: rgb(33,30,37); }
td.TdClassName
{
border-color: #211E25;
}
.TagClassName
{
border-color: #211E25;
}
</style>