Shades of Haiti #231E36
Tints of Haiti #231E36
RGB
CMYK
RGB Variations
Color information
#231E36 (or 0x231E36) is known color: Haiti. HEX triplet: 23, 1E and 36. RGB value is (35,30,54). Sum of RGB (Red+Green+Blue) = 35+30+54=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #231E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E36 is #DCE1C9. Grayscale: #222222. Windows color (decimal): -14475722 or 3546659. OLE color: 3546659.
HSL color Cylindrical-coordinate representation of color #231E36: hue angle of 252.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #231E36 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 30 | 54 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.79 |
| HSL | 252.5º | 0.29% | 0.16% | - |
| HSV(B) | 252.5º | 0.44% | 0.21% | - |
| XYZ | 1.82 | 1.55 | 3.69 | - |
| YUV | 34.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 54 | 0.35 | 0.44 | 0 | 0.79 | 252.5 | 0.29 | 0.16 |
| Hex | 23 | 1E | 36 | 23 | 2C | 0 | 4F | FD | 1D | 10 |
| Octal | 43 | 36 | 66 | 43 | 54 | 0 | 117 | 375 | 35 | 20 |
| Binary | 100011 | 11110 | 110110 | 100011 | 101100 | 0 | 1001111 | 11111101 | 11101 | 10000 |
Color Harmonies of #231E36
Complementary color
Monochromatic Colors of #231E36
Black with #231E36
Text Example
Text Example
White with #231E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E36; }
p { color: rgb(35,30,54); }
H1.HeaderClassName
{
color: #231E36;
}
.AnyTagClassName
{
color: #231E36;
}
</style>
background-color css
<style>
a { background-color: #231E36; }
a { background-color: rgb(35,30,54); }
div.DivClassName
{
background-color: #231E36;
}
.BgClassName
{
background-color: #231E36;
}
</style>
border-color css
<style>
span { border-color: #231E36; }
span { border-color: rgb(35,30,54); }
td.TdClassName
{
border-color: #231E36;
}
.TagClassName
{
border-color: #231E36;
}
</style>