Shades of Haiti #231F3E
Tints of Haiti #231F3E
RGB
CMYK
RGB Variations
Color information
#231F3E (or 0x231F3E) is known color: Haiti. HEX triplet: 23, 1F and 3E. RGB value is (35,31,62). Sum of RGB (Red+Green+Blue) = 35+31+62=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #231F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F3E is #DCE0C1. Grayscale: #232323. Windows color (decimal): -14475458 or 4071203. OLE color: 4071203.
HSL color Cylindrical-coordinate representation of color #231F3E: hue angle of 247.74º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #231F3E is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 31 | 62 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.76 |
| HSL | 247.74º | 0.33% | 0.18% | - |
| HSV(B) | 247.74º | 0.5% | 0.24% | - |
| XYZ | 2.05 | 1.69 | 4.77 | - |
| YUV | 35.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 62 | 0.44 | 0.5 | 0 | 0.76 | 247.74 | 0.33 | 0.18 |
| Hex | 23 | 1F | 3E | 2C | 32 | 0 | 4C | F8 | 21 | 12 |
| Octal | 43 | 37 | 76 | 54 | 62 | 0 | 114 | 370 | 41 | 22 |
| Binary | 100011 | 11111 | 111110 | 101100 | 110010 | 0 | 1001100 | 11111000 | 100001 | 10010 |
Color Harmonies of #231F3E
Complementary color
Monochromatic Colors of #231F3E
Black with #231F3E
Text Example
Text Example
White with #231F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F3E; }
p { color: rgb(35,31,62); }
H1.HeaderClassName
{
color: #231F3E;
}
.AnyTagClassName
{
color: #231F3E;
}
</style>
background-color css
<style>
a { background-color: #231F3E; }
a { background-color: rgb(35,31,62); }
div.DivClassName
{
background-color: #231F3E;
}
.BgClassName
{
background-color: #231F3E;
}
</style>
border-color css
<style>
span { border-color: #231F3E; }
span { border-color: rgb(35,31,62); }
td.TdClassName
{
border-color: #231F3E;
}
.TagClassName
{
border-color: #231F3E;
}
</style>