Shades of Haiti #221B33
Tints of Haiti #221B33
RGB
CMYK
RGB Variations
Color information
#221B33 (or 0x221B33) is known color: Haiti. HEX triplet: 22, 1B and 33. RGB value is (34,27,51). Sum of RGB (Red+Green+Blue) = 34+27+51=112 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.36% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #221B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B33 is #DDE4CC. Grayscale: #1F1F1F. Windows color (decimal): -14542029 or 3349282. OLE color: 3349282.
HSL color Cylindrical-coordinate representation of color #221B33: hue angle of 257.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #221B33 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 34 | 27 | 51 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.8 |
| HSL | 257.5º | 0.31% | 0.15% | - |
| HSV(B) | 257.5º | 0.47% | 0.2% | - |
| XYZ | 1.65 | 1.36 | 3.31 | - |
| YUV | 31.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 51 | 0.33 | 0.47 | 0 | 0.8 | 257.5 | 0.31 | 0.15 |
| Hex | 22 | 1B | 33 | 21 | 2F | 0 | 50 | 102 | 1F | F |
| Octal | 42 | 33 | 63 | 41 | 57 | 0 | 120 | 402 | 37 | 17 |
| Binary | 100010 | 11011 | 110011 | 100001 | 101111 | 0 | 1010000 | 100000010 | 11111 | 1111 |
Color Harmonies of #221B33
Complementary color
Monochromatic Colors of #221B33
Black with #221B33
Text Example
Text Example
White with #221B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B33; }
p { color: rgb(34,27,51); }
H1.HeaderClassName
{
color: #221B33;
}
.AnyTagClassName
{
color: #221B33;
}
</style>
background-color css
<style>
a { background-color: #221B33; }
a { background-color: rgb(34,27,51); }
div.DivClassName
{
background-color: #221B33;
}
.BgClassName
{
background-color: #221B33;
}
</style>
border-color css
<style>
span { border-color: #221B33; }
span { border-color: rgb(34,27,51); }
td.TdClassName
{
border-color: #221B33;
}
.TagClassName
{
border-color: #221B33;
}
</style>