Shades of Haiti #2B2737
Tints of Haiti #2B2737
RGB
CMYK
RGB Variations
Color information
#2B2737 (or 0x2B2737) is known color: Haiti. HEX triplet: 2B, 27 and 37. RGB value is (43,39,55). Sum of RGB (Red+Green+Blue) = 43+39+55=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B2737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2737 is #D4D8C8. Grayscale: #292929. Windows color (decimal): -13949129 or 3614507. OLE color: 3614507.
HSL color Cylindrical-coordinate representation of color #2B2737: hue angle of 255º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2B2737 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 39 | 55 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.78 |
| HSL | 255º | 0.17% | 0.18% | - |
| HSV(B) | 255º | 0.29% | 0.22% | - |
| XYZ | 2.41 | 2.24 | 3.92 | - |
| YUV | 42.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 55 | 0.22 | 0.29 | 0 | 0.78 | 255 | 0.17 | 0.18 |
| Hex | 2B | 27 | 37 | 16 | 1D | 0 | 4E | FF | 11 | 12 |
| Octal | 53 | 47 | 67 | 26 | 35 | 0 | 116 | 377 | 21 | 22 |
| Binary | 101011 | 100111 | 110111 | 10110 | 11101 | 0 | 1001110 | 11111111 | 10001 | 10010 |
Color Harmonies of #2B2737
Complementary color
Monochromatic Colors of #2B2737
Black with #2B2737
Text Example
Text Example
White with #2B2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2737; }
p { color: rgb(43,39,55); }
H1.HeaderClassName
{
color: #2B2737;
}
.AnyTagClassName
{
color: #2B2737;
}
</style>
background-color css
<style>
a { background-color: #2B2737; }
a { background-color: rgb(43,39,55); }
div.DivClassName
{
background-color: #2B2737;
}
.BgClassName
{
background-color: #2B2737;
}
</style>
border-color css
<style>
span { border-color: #2B2737; }
span { border-color: rgb(43,39,55); }
td.TdClassName
{
border-color: #2B2737;
}
.TagClassName
{
border-color: #2B2737;
}
</style>