Shades of Haiti #211C30
Tints of Haiti #211C30
RGB
CMYK
RGB Variations
Color information
#211C30 (or 0x211C30) is known color: Haiti. HEX triplet: 21, 1C and 30. RGB value is (33,28,48). Sum of RGB (Red+Green+Blue) = 33+28+48=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #211C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C30 is #DEE3CF. Grayscale: #1F1F1F. Windows color (decimal): -14607312 or 3152929. OLE color: 3152929.
HSL color Cylindrical-coordinate representation of color #211C30: hue angle of 255º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #211C30 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 28 | 48 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.81 |
| HSL | 255º | 0.26% | 0.15% | - |
| HSV(B) | 255º | 0.42% | 0.19% | - |
| XYZ | 1.58 | 1.37 | 2.98 | - |
| YUV | 31.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 48 | 0.31 | 0.42 | 0 | 0.81 | 255 | 0.26 | 0.15 |
| Hex | 21 | 1C | 30 | 1F | 2A | 0 | 51 | FF | 1A | F |
| Octal | 41 | 34 | 60 | 37 | 52 | 0 | 121 | 377 | 32 | 17 |
| Binary | 100001 | 11100 | 110000 | 11111 | 101010 | 0 | 1010001 | 11111111 | 11010 | 1111 |
Color Harmonies of #211C30
Complementary color
Monochromatic Colors of #211C30
Black with #211C30
Text Example
Text Example
White with #211C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C30; }
p { color: rgb(33,28,48); }
H1.HeaderClassName
{
color: #211C30;
}
.AnyTagClassName
{
color: #211C30;
}
</style>
background-color css
<style>
a { background-color: #211C30; }
a { background-color: rgb(33,28,48); }
div.DivClassName
{
background-color: #211C30;
}
.BgClassName
{
background-color: #211C30;
}
</style>
border-color css
<style>
span { border-color: #211C30; }
span { border-color: rgb(33,28,48); }
td.TdClassName
{
border-color: #211C30;
}
.TagClassName
{
border-color: #211C30;
}
</style>