Shades of Haiti #221B32
Tints of Haiti #221B32
RGB
CMYK
RGB Variations
Color information
#221B32 (or 0x221B32) is known color: Haiti. HEX triplet: 22, 1B and 32. RGB value is (34,27,50). Sum of RGB (Red+Green+Blue) = 34+27+50=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #221B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B32 is #DDE4CD. Grayscale: #1F1F1F. Windows color (decimal): -14542030 or 3283746. OLE color: 3283746.
HSL color Cylindrical-coordinate representation of color #221B32: hue angle of 258.26º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #221B32 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 27 | 50 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.80 |
| HSL | 258.26º | 0.3% | 0.15% | - |
| HSV(B) | 258.26º | 0.46% | 0.2% | - |
| XYZ | 1.63 | 1.35 | 3.19 | - |
| YUV | 31.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 50 | 0.32 | 0.46 | 0 | 0.80 | 258.26 | 0.3 | 0.15 |
| Hex | 22 | 1B | 32 | 20 | 2E | 0 | 50 | 102 | 1E | F |
| Octal | 42 | 33 | 62 | 40 | 56 | 0 | 120 | 402 | 36 | 17 |
| Binary | 100010 | 11011 | 110010 | 100000 | 101110 | 0 | 1010000 | 100000010 | 11110 | 1111 |
Color Harmonies of #221B32
Complementary color
Monochromatic Colors of #221B32
Black with #221B32
Text Example
Text Example
White with #221B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B32; }
p { color: rgb(34,27,50); }
H1.HeaderClassName
{
color: #221B32;
}
.AnyTagClassName
{
color: #221B32;
}
</style>
background-color css
<style>
a { background-color: #221B32; }
a { background-color: rgb(34,27,50); }
div.DivClassName
{
background-color: #221B32;
}
.BgClassName
{
background-color: #221B32;
}
</style>
border-color css
<style>
span { border-color: #221B32; }
span { border-color: rgb(34,27,50); }
td.TdClassName
{
border-color: #221B32;
}
.TagClassName
{
border-color: #221B32;
}
</style>