Shades of Haiti #221D3B
Tints of Haiti #221D3B
RGB
CMYK
RGB Variations
Color information
#221D3B (or 0x221D3B) is known color: Haiti. HEX triplet: 22, 1D and 3B. RGB value is (34,29,59). Sum of RGB (Red+Green+Blue) = 34+29+59=122 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.87% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #221D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D3B is #DDE2C4. Grayscale: #212121. Windows color (decimal): -14541509 or 3874082. OLE color: 3874082.
HSL color Cylindrical-coordinate representation of color #221D3B: hue angle of 250º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #221D3B is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 29 | 59 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.77 |
| HSL | 250º | 0.34% | 0.17% | - |
| HSV(B) | 250º | 0.51% | 0.23% | - |
| XYZ | 1.89 | 1.53 | 4.33 | - |
| YUV | 33.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 59 | 0.42 | 0.51 | 0 | 0.77 | 250 | 0.34 | 0.17 |
| Hex | 22 | 1D | 3B | 2A | 33 | 0 | 4D | FA | 22 | 11 |
| Octal | 42 | 35 | 73 | 52 | 63 | 0 | 115 | 372 | 42 | 21 |
| Binary | 100010 | 11101 | 111011 | 101010 | 110011 | 0 | 1001101 | 11111010 | 100010 | 10001 |
Color Harmonies of #221D3B
Complementary color
Monochromatic Colors of #221D3B
Black with #221D3B
Text Example
Text Example
White with #221D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D3B; }
p { color: rgb(34,29,59); }
H1.HeaderClassName
{
color: #221D3B;
}
.AnyTagClassName
{
color: #221D3B;
}
</style>
background-color css
<style>
a { background-color: #221D3B; }
a { background-color: rgb(34,29,59); }
div.DivClassName
{
background-color: #221D3B;
}
.BgClassName
{
background-color: #221D3B;
}
</style>
border-color css
<style>
span { border-color: #221D3B; }
span { border-color: rgb(34,29,59); }
td.TdClassName
{
border-color: #221D3B;
}
.TagClassName
{
border-color: #221D3B;
}
</style>