Shades of Haiti #2E2D32
Tints of Haiti #2E2D32
RGB
CMYK
RGB Variations
Color information
#2E2D32 (or 0x2E2D32) is known color: Haiti. HEX triplet: 2E, 2D and 32. RGB value is (46,45,50). Sum of RGB (Red+Green+Blue) = 46+45+50=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E2D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2D32 is #D1D2CD. Grayscale: #2D2D2D. Windows color (decimal): -13750990 or 3288366. OLE color: 3288366.
HSL color Cylindrical-coordinate representation of color #2E2D32: hue angle of 252º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2E2D32 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 46 | 45 | 50 | - |
CMYK | 0.08 | 0.10 | 0 | 0.80 |
HSL | 252º | 0.05% | 0.19% | - |
HSV(B) | 252º | 0.1% | 0.2% | - |
XYZ | 2.64 | 2.69 | 3.4 | - |
YUV | 45.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 45 | 50 | 0.08 | 0.10 | 0 | 0.80 | 252 | 0.05 | 0.19 |
Hex | 2E | 2D | 32 | 8 | A | 0 | 50 | FC | 5 | 13 |
Octal | 56 | 55 | 62 | 10 | 12 | 0 | 120 | 374 | 5 | 23 |
Binary | 101110 | 101101 | 110010 | 1000 | 1010 | 0 | 1010000 | 11111100 | 101 | 10011 |
Color Harmonies of #2E2D32
Complementary color
Monochromatic Colors of #2E2D32
Black with #2E2D32
Text Example
Text Example
White with #2E2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2D32; }
p { color: rgb(46,45,50); }
H1.HeaderClassName
{
color: #2E2D32;
}
.AnyTagClassName
{
color: #2E2D32;
}
</style>
background-color css
<style>
a { background-color: #2E2D32; }
a { background-color: rgb(46,45,50); }
div.DivClassName
{
background-color: #2E2D32;
}
.BgClassName
{
background-color: #2E2D32;
}
</style>
border-color css
<style>
span { border-color: #2E2D32; }
span { border-color: rgb(46,45,50); }
td.TdClassName
{
border-color: #2E2D32;
}
.TagClassName
{
border-color: #2E2D32;
}
</style>