Shades of Haiti #2E2D31
Tints of Haiti #2E2D31
RGB
CMYK
RGB Variations
Color information
#2E2D31 (or 0x2E2D31) is known color: Haiti. HEX triplet: 2E, 2D and 31. RGB value is (46,45,49). Sum of RGB (Red+Green+Blue) = 46+45+49=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D31 is #D1D2CE. Grayscale: #2D2D2D. Windows color (decimal): -13750991 or 3222830. OLE color: 3222830.
HSL color Cylindrical-coordinate representation of color #2E2D31: hue angle of 255º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2E2D31 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 45 | 49 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.81 |
| HSL | 255º | 0.04% | 0.18% | - |
| HSV(B) | 255º | 0.08% | 0.19% | - |
| XYZ | 2.62 | 2.68 | 3.28 | - |
| YUV | 45.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 49 | 0.06 | 0.08 | 0 | 0.81 | 255 | 0.04 | 0.18 |
| Hex | 2E | 2D | 31 | 6 | 8 | 0 | 51 | FF | 4 | 12 |
| Octal | 56 | 55 | 61 | 6 | 10 | 0 | 121 | 377 | 4 | 22 |
| Binary | 101110 | 101101 | 110001 | 110 | 1000 | 0 | 1010001 | 11111111 | 100 | 10010 |
Color Harmonies of #2E2D31
Complementary color
Monochromatic Colors of #2E2D31
Black with #2E2D31
Text Example
Text Example
White with #2E2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D31; }
p { color: rgb(46,45,49); }
H1.HeaderClassName
{
color: #2E2D31;
}
.AnyTagClassName
{
color: #2E2D31;
}
</style>
background-color css
<style>
a { background-color: #2E2D31; }
a { background-color: rgb(46,45,49); }
div.DivClassName
{
background-color: #2E2D31;
}
.BgClassName
{
background-color: #2E2D31;
}
</style>
border-color css
<style>
span { border-color: #2E2D31; }
span { border-color: rgb(46,45,49); }
td.TdClassName
{
border-color: #2E2D31;
}
.TagClassName
{
border-color: #2E2D31;
}
</style>