Shades of Haiti #312E39
Tints of Haiti #312E39
RGB
CMYK
RGB Variations
Color information
#312E39 (or 0x312E39) is known color: Haiti. HEX triplet: 31, 2E and 39. RGB value is (49,46,57). Sum of RGB (Red+Green+Blue) = 49+46+57=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 57 - color contains mainly: blue. Hex color #312E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E39 is #CED1C6. Grayscale: #303030. Windows color (decimal): -13554119 or 3747377. OLE color: 3747377.
HSL color Cylindrical-coordinate representation of color #312E39: hue angle of 256.36º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #312E39 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 46 | 57 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.78 |
| HSL | 256.36º | 0.11% | 0.2% | - |
| HSV(B) | 256.36º | 0.19% | 0.22% | - |
| XYZ | 2.98 | 2.9 | 4.27 | - |
| YUV | 48.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 57 | 0.14 | 0.19 | 0 | 0.78 | 256.36 | 0.11 | 0.2 |
| Hex | 31 | 2E | 39 | E | 13 | 0 | 4E | 100 | B | 14 |
| Octal | 61 | 56 | 71 | 16 | 23 | 0 | 116 | 400 | 13 | 24 |
| Binary | 110001 | 101110 | 111001 | 1110 | 10011 | 0 | 1001110 | 100000000 | 1011 | 10100 |
Color Harmonies of #312E39
Complementary color
Monochromatic Colors of #312E39
Black with #312E39
Text Example
Text Example
White with #312E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E39; }
p { color: rgb(49,46,57); }
H1.HeaderClassName
{
color: #312E39;
}
.AnyTagClassName
{
color: #312E39;
}
</style>
background-color css
<style>
a { background-color: #312E39; }
a { background-color: rgb(49,46,57); }
div.DivClassName
{
background-color: #312E39;
}
.BgClassName
{
background-color: #312E39;
}
</style>
border-color css
<style>
span { border-color: #312E39; }
span { border-color: rgb(49,46,57); }
td.TdClassName
{
border-color: #312E39;
}
.TagClassName
{
border-color: #312E39;
}
</style>