Shades of Haiti #221F3D
Tints of Haiti #221F3D
RGB
CMYK
RGB Variations
Color information
#221F3D (or 0x221F3D) is known color: Haiti. HEX triplet: 22, 1F and 3D. RGB value is (34,31,61). Sum of RGB (Red+Green+Blue) = 34+31+61=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #221F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F3D is #DDE0C2. Grayscale: #232323. Windows color (decimal): -14540995 or 4005666. OLE color: 4005666.
HSL color Cylindrical-coordinate representation of color #221F3D: hue angle of 246º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #221F3D is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 31 | 61 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.76 |
| HSL | 246º | 0.33% | 0.18% | - |
| HSV(B) | 246º | 0.49% | 0.24% | - |
| XYZ | 1.99 | 1.66 | 4.63 | - |
| YUV | 35.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 61 | 0.44 | 0.49 | 0 | 0.76 | 246 | 0.33 | 0.18 |
| Hex | 22 | 1F | 3D | 2C | 31 | 0 | 4C | F6 | 21 | 12 |
| Octal | 42 | 37 | 75 | 54 | 61 | 0 | 114 | 366 | 41 | 22 |
| Binary | 100010 | 11111 | 111101 | 101100 | 110001 | 0 | 1001100 | 11110110 | 100001 | 10010 |
Color Harmonies of #221F3D
Complementary color
Monochromatic Colors of #221F3D
Black with #221F3D
Text Example
Text Example
White with #221F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F3D; }
p { color: rgb(34,31,61); }
H1.HeaderClassName
{
color: #221F3D;
}
.AnyTagClassName
{
color: #221F3D;
}
</style>
background-color css
<style>
a { background-color: #221F3D; }
a { background-color: rgb(34,31,61); }
div.DivClassName
{
background-color: #221F3D;
}
.BgClassName
{
background-color: #221F3D;
}
</style>
border-color css
<style>
span { border-color: #221F3D; }
span { border-color: rgb(34,31,61); }
td.TdClassName
{
border-color: #221F3D;
}
.TagClassName
{
border-color: #221F3D;
}
</style>