Shades of Haiti #2F2E37
Tints of Haiti #2F2E37
RGB
CMYK
RGB Variations
Color information
#2F2E37 (or 0x2F2E37) is known color: Haiti. HEX triplet: 2F, 2E and 37. RGB value is (47,46,55). Sum of RGB (Red+Green+Blue) = 47+46+55=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F2E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2E37 is #D0D1C8. Grayscale: #2F2F2F. Windows color (decimal): -13685193 or 3616303. OLE color: 3616303.
HSL color Cylindrical-coordinate representation of color #2F2E37: hue angle of 246.67º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2F2E37 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 46 | 55 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.78 |
| HSL | 246.67º | 0.09% | 0.2% | - |
| HSV(B) | 246.67º | 0.16% | 0.22% | - |
| XYZ | 2.84 | 2.83 | 4.01 | - |
| YUV | 47.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 55 | 0.15 | 0.16 | 0 | 0.78 | 246.67 | 0.09 | 0.2 |
| Hex | 2F | 2E | 37 | F | 10 | 0 | 4E | F7 | 9 | 14 |
| Octal | 57 | 56 | 67 | 17 | 20 | 0 | 116 | 367 | 11 | 24 |
| Binary | 101111 | 101110 | 110111 | 1111 | 10000 | 0 | 1001110 | 11110111 | 1001 | 10100 |
Color Harmonies of #2F2E37
Complementary color
Monochromatic Colors of #2F2E37
Black with #2F2E37
Text Example
Text Example
White with #2F2E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E37; }
p { color: rgb(47,46,55); }
H1.HeaderClassName
{
color: #2F2E37;
}
.AnyTagClassName
{
color: #2F2E37;
}
</style>
background-color css
<style>
a { background-color: #2F2E37; }
a { background-color: rgb(47,46,55); }
div.DivClassName
{
background-color: #2F2E37;
}
.BgClassName
{
background-color: #2F2E37;
}
</style>
border-color css
<style>
span { border-color: #2F2E37; }
span { border-color: rgb(47,46,55); }
td.TdClassName
{
border-color: #2F2E37;
}
.TagClassName
{
border-color: #2F2E37;
}
</style>