Shades of Haiti #2D2B37
Tints of Haiti #2D2B37
RGB
CMYK
RGB Variations
Color information
#2D2B37 (or 0x2D2B37) is known color: Haiti. HEX triplet: 2D, 2B and 37. RGB value is (45,43,55). Sum of RGB (Red+Green+Blue) = 45+43+55=143 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.47% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D2B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2B37 is #D2D4C8. Grayscale: #2C2C2C. Windows color (decimal): -13817033 or 3615533. OLE color: 3615533.
HSL color Cylindrical-coordinate representation of color #2D2B37: hue angle of 250º 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 #2D2B37 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 43 | 55 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.78 |
| HSL | 250º | 0.12% | 0.19% | - |
| HSV(B) | 250º | 0.22% | 0.22% | - |
| XYZ | 2.64 | 2.56 | 3.97 | - |
| YUV | 44.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 55 | 0.18 | 0.22 | 0 | 0.78 | 250 | 0.12 | 0.19 |
| Hex | 2D | 2B | 37 | 12 | 16 | 0 | 4E | FA | C | 13 |
| Octal | 55 | 53 | 67 | 22 | 26 | 0 | 116 | 372 | 14 | 23 |
| Binary | 101101 | 101011 | 110111 | 10010 | 10110 | 0 | 1001110 | 11111010 | 1100 | 10011 |
Color Harmonies of #2D2B37
Complementary color
Monochromatic Colors of #2D2B37
Black with #2D2B37
Text Example
Text Example
White with #2D2B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2B37; }
p { color: rgb(45,43,55); }
H1.HeaderClassName
{
color: #2D2B37;
}
.AnyTagClassName
{
color: #2D2B37;
}
</style>
background-color css
<style>
a { background-color: #2D2B37; }
a { background-color: rgb(45,43,55); }
div.DivClassName
{
background-color: #2D2B37;
}
.BgClassName
{
background-color: #2D2B37;
}
</style>
border-color css
<style>
span { border-color: #2D2B37; }
span { border-color: rgb(45,43,55); }
td.TdClassName
{
border-color: #2D2B37;
}
.TagClassName
{
border-color: #2D2B37;
}
</style>