Shades of Haiti #312E3E
Tints of Haiti #312E3E
RGB
CMYK
RGB Variations
Color information
#312E3E (or 0x312E3E) is known color: Haiti. HEX triplet: 31, 2E and 3E. RGB value is (49,46,62). Sum of RGB (Red+Green+Blue) = 49+46+62=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: blue. Hex color #312E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E3E is #CED1C1. Grayscale: #303030. Windows color (decimal): -13554114 or 4075057. OLE color: 4075057.
HSL color Cylindrical-coordinate representation of color #312E3E: hue angle of 251.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #312E3E is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 46 | 62 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.76 |
| HSL | 251.25º | 0.15% | 0.21% | - |
| HSV(B) | 251.25º | 0.26% | 0.24% | - |
| XYZ | 3.11 | 2.95 | 4.96 | - |
| YUV | 48.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 62 | 0.21 | 0.26 | 0 | 0.76 | 251.25 | 0.15 | 0.21 |
| Hex | 31 | 2E | 3E | 15 | 1A | 0 | 4C | FB | F | 15 |
| Octal | 61 | 56 | 76 | 25 | 32 | 0 | 114 | 373 | 17 | 25 |
| Binary | 110001 | 101110 | 111110 | 10101 | 11010 | 0 | 1001100 | 11111011 | 1111 | 10101 |
Color Harmonies of #312E3E
Complementary color
Monochromatic Colors of #312E3E
Black with #312E3E
Text Example
Text Example
White with #312E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E3E; }
p { color: rgb(49,46,62); }
H1.HeaderClassName
{
color: #312E3E;
}
.AnyTagClassName
{
color: #312E3E;
}
</style>
background-color css
<style>
a { background-color: #312E3E; }
a { background-color: rgb(49,46,62); }
div.DivClassName
{
background-color: #312E3E;
}
.BgClassName
{
background-color: #312E3E;
}
</style>
border-color css
<style>
span { border-color: #312E3E; }
span { border-color: rgb(49,46,62); }
td.TdClassName
{
border-color: #312E3E;
}
.TagClassName
{
border-color: #312E3E;
}
</style>