Shades of Haiti #231E34
Tints of Haiti #231E34
RGB
CMYK
RGB Variations
Color information
#231E34 (or 0x231E34) is known color: Haiti. HEX triplet: 23, 1E and 34. RGB value is (35,30,52). Sum of RGB (Red+Green+Blue) = 35+30+52=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #231E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E34 is #DCE1CB. Grayscale: #212121. Windows color (decimal): -14475724 or 3415587. OLE color: 3415587.
HSL color Cylindrical-coordinate representation of color #231E34: hue angle of 253.64º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #231E34 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 30 | 52 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.80 |
| HSL | 253.64º | 0.27% | 0.16% | - |
| HSV(B) | 253.64º | 0.42% | 0.2% | - |
| XYZ | 1.78 | 1.53 | 3.45 | - |
| YUV | 34 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 52 | 0.33 | 0.42 | 0 | 0.80 | 253.64 | 0.27 | 0.16 |
| Hex | 23 | 1E | 34 | 21 | 2A | 0 | 50 | FE | 1B | 10 |
| Octal | 43 | 36 | 64 | 41 | 52 | 0 | 120 | 376 | 33 | 20 |
| Binary | 100011 | 11110 | 110100 | 100001 | 101010 | 0 | 1010000 | 11111110 | 11011 | 10000 |
Color Harmonies of #231E34
Complementary color
Monochromatic Colors of #231E34
Black with #231E34
Text Example
Text Example
White with #231E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E34; }
p { color: rgb(35,30,52); }
H1.HeaderClassName
{
color: #231E34;
}
.AnyTagClassName
{
color: #231E34;
}
</style>
background-color css
<style>
a { background-color: #231E34; }
a { background-color: rgb(35,30,52); }
div.DivClassName
{
background-color: #231E34;
}
.BgClassName
{
background-color: #231E34;
}
</style>
border-color css
<style>
span { border-color: #231E34; }
span { border-color: rgb(35,30,52); }
td.TdClassName
{
border-color: #231E34;
}
.TagClassName
{
border-color: #231E34;
}
</style>