Shades of Haiti #2E2B37
Tints of Haiti #2E2B37
RGB
CMYK
RGB Variations
Color information
#2E2B37 (or 0x2E2B37) is known color: Haiti. HEX triplet: 2E, 2B and 37. RGB value is (46,43,55). Sum of RGB (Red+Green+Blue) = 46+43+55=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E2B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2B37 is #D1D4C8. Grayscale: #2D2D2D. Windows color (decimal): -13751497 or 3615534. OLE color: 3615534.
HSL color Cylindrical-coordinate representation of color #2E2B37: hue angle of 255º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E2B37 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 43 | 55 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.78 |
| HSL | 255º | 0.12% | 0.19% | - |
| HSV(B) | 255º | 0.22% | 0.22% | - |
| XYZ | 2.68 | 2.58 | 3.97 | - |
| YUV | 45.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 55 | 0.16 | 0.22 | 0 | 0.78 | 255 | 0.12 | 0.19 |
| Hex | 2E | 2B | 37 | 10 | 16 | 0 | 4E | FF | C | 13 |
| Octal | 56 | 53 | 67 | 20 | 26 | 0 | 116 | 377 | 14 | 23 |
| Binary | 101110 | 101011 | 110111 | 10000 | 10110 | 0 | 1001110 | 11111111 | 1100 | 10011 |
Color Harmonies of #2E2B37
Complementary color
Monochromatic Colors of #2E2B37
Black with #2E2B37
Text Example
Text Example
White with #2E2B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2B37; }
p { color: rgb(46,43,55); }
H1.HeaderClassName
{
color: #2E2B37;
}
.AnyTagClassName
{
color: #2E2B37;
}
</style>
background-color css
<style>
a { background-color: #2E2B37; }
a { background-color: rgb(46,43,55); }
div.DivClassName
{
background-color: #2E2B37;
}
.BgClassName
{
background-color: #2E2B37;
}
</style>
border-color css
<style>
span { border-color: #2E2B37; }
span { border-color: rgb(46,43,55); }
td.TdClassName
{
border-color: #2E2B37;
}
.TagClassName
{
border-color: #2E2B37;
}
</style>