Shades of Haiti #322F3B
Tints of Haiti #322F3B
RGB
CMYK
RGB Variations
Color information
#322F3B (or 0x322F3B) is known color: Haiti. HEX triplet: 32, 2F and 3B. RGB value is (50,47,59). Sum of RGB (Red+Green+Blue) = 50+47+59=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 59 - color contains mainly: blue. Hex color #322F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F3B is #CDD0C4. Grayscale: #313131. Windows color (decimal): -13488325 or 3878706. OLE color: 3878706.
HSL color Cylindrical-coordinate representation of color #322F3B: hue angle of 255º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #322F3B is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 47 | 59 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.77 |
| HSL | 255º | 0.11% | 0.21% | - |
| HSV(B) | 255º | 0.2% | 0.23% | - |
| XYZ | 3.12 | 3.03 | 4.56 | - |
| YUV | 49.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 59 | 0.15 | 0.20 | 0 | 0.77 | 255 | 0.11 | 0.21 |
| Hex | 32 | 2F | 3B | F | 14 | 0 | 4D | FF | B | 15 |
| Octal | 62 | 57 | 73 | 17 | 24 | 0 | 115 | 377 | 13 | 25 |
| Binary | 110010 | 101111 | 111011 | 1111 | 10100 | 0 | 1001101 | 11111111 | 1011 | 10101 |
Color Harmonies of #322F3B
Complementary color
Monochromatic Colors of #322F3B
Black with #322F3B
Text Example
Text Example
White with #322F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322F3B; }
p { color: rgb(50,47,59); }
H1.HeaderClassName
{
color: #322F3B;
}
.AnyTagClassName
{
color: #322F3B;
}
</style>
background-color css
<style>
a { background-color: #322F3B; }
a { background-color: rgb(50,47,59); }
div.DivClassName
{
background-color: #322F3B;
}
.BgClassName
{
background-color: #322F3B;
}
</style>
border-color css
<style>
span { border-color: #322F3B; }
span { border-color: rgb(50,47,59); }
td.TdClassName
{
border-color: #322F3B;
}
.TagClassName
{
border-color: #322F3B;
}
</style>