Shades of Haiti #312E3D
Tints of Haiti #312E3D
RGB
CMYK
RGB Variations
Color information
#312E3D (or 0x312E3D) is known color: Haiti. HEX triplet: 31, 2E and 3D. RGB value is (49,46,61). Sum of RGB (Red+Green+Blue) = 49+46+61=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: blue. Hex color #312E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E3D is #CED1C2. Grayscale: #303030. Windows color (decimal): -13554115 or 4009521. OLE color: 4009521.
HSL color Cylindrical-coordinate representation of color #312E3D: hue angle of 252º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #312E3D is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 46 | 61 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.76 |
| HSL | 252º | 0.14% | 0.21% | - |
| HSV(B) | 252º | 0.25% | 0.24% | - |
| XYZ | 3.09 | 2.94 | 4.82 | - |
| YUV | 48.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 61 | 0.20 | 0.25 | 0 | 0.76 | 252 | 0.14 | 0.21 |
| Hex | 31 | 2E | 3D | 14 | 19 | 0 | 4C | FC | E | 15 |
| Octal | 61 | 56 | 75 | 24 | 31 | 0 | 114 | 374 | 16 | 25 |
| Binary | 110001 | 101110 | 111101 | 10100 | 11001 | 0 | 1001100 | 11111100 | 1110 | 10101 |
Color Harmonies of #312E3D
Complementary color
Monochromatic Colors of #312E3D
Black with #312E3D
Text Example
Text Example
White with #312E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E3D; }
p { color: rgb(49,46,61); }
H1.HeaderClassName
{
color: #312E3D;
}
.AnyTagClassName
{
color: #312E3D;
}
</style>
background-color css
<style>
a { background-color: #312E3D; }
a { background-color: rgb(49,46,61); }
div.DivClassName
{
background-color: #312E3D;
}
.BgClassName
{
background-color: #312E3D;
}
</style>
border-color css
<style>
span { border-color: #312E3D; }
span { border-color: rgb(49,46,61); }
td.TdClassName
{
border-color: #312E3D;
}
.TagClassName
{
border-color: #312E3D;
}
</style>