Shades of Haiti #2A2837
Tints of Haiti #2A2837
RGB
CMYK
RGB Variations
Color information
#2A2837 (or 0x2A2837) is known color: Haiti. HEX triplet: 2A, 28 and 37. RGB value is (42,40,55). Sum of RGB (Red+Green+Blue) = 42+40+55=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 40 (16.02% from 255 or 29.20% 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 #2A2837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2837 is #D5D7C8. Grayscale: #2A2A2A. Windows color (decimal): -14014409 or 3614762. OLE color: 3614762.
HSL color Cylindrical-coordinate representation of color #2A2837: hue angle of 248º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2A2837 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 40 | 55 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.78 |
| HSL | 248º | 0.16% | 0.19% | - |
| HSV(B) | 248º | 0.27% | 0.22% | - |
| XYZ | 2.4 | 2.29 | 3.93 | - |
| YUV | 42.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 55 | 0.24 | 0.27 | 0 | 0.78 | 248 | 0.16 | 0.19 |
| Hex | 2A | 28 | 37 | 18 | 1B | 0 | 4E | F8 | 10 | 13 |
| Octal | 52 | 50 | 67 | 30 | 33 | 0 | 116 | 370 | 20 | 23 |
| Binary | 101010 | 101000 | 110111 | 11000 | 11011 | 0 | 1001110 | 11111000 | 10000 | 10011 |
Color Harmonies of #2A2837
Complementary color
Monochromatic Colors of #2A2837
Black with #2A2837
Text Example
Text Example
White with #2A2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2837; }
p { color: rgb(42,40,55); }
H1.HeaderClassName
{
color: #2A2837;
}
.AnyTagClassName
{
color: #2A2837;
}
</style>
background-color css
<style>
a { background-color: #2A2837; }
a { background-color: rgb(42,40,55); }
div.DivClassName
{
background-color: #2A2837;
}
.BgClassName
{
background-color: #2A2837;
}
</style>
border-color css
<style>
span { border-color: #2A2837; }
span { border-color: rgb(42,40,55); }
td.TdClassName
{
border-color: #2A2837;
}
.TagClassName
{
border-color: #2A2837;
}
</style>