Shades of Haiti #241E34
Tints of Haiti #241E34
RGB
CMYK
RGB Variations
Color information
#241E34 (or 0x241E34) is known color: Haiti. HEX triplet: 24, 1E and 34. RGB value is (36,30,52). Sum of RGB (Red+Green+Blue) = 36+30+52=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #241E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E34 is #DBE1CB. Grayscale: #222222. Windows color (decimal): -14410188 or 3415588. OLE color: 3415588.
HSL color Cylindrical-coordinate representation of color #241E34: hue angle of 256.36º 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 #241E34 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 30 | 52 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.80 |
| HSL | 256.36º | 0.27% | 0.16% | - |
| HSV(B) | 256.36º | 0.42% | 0.2% | - |
| XYZ | 1.81 | 1.55 | 3.45 | - |
| YUV | 34.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 52 | 0.31 | 0.42 | 0 | 0.80 | 256.36 | 0.27 | 0.16 |
| Hex | 24 | 1E | 34 | 1F | 2A | 0 | 50 | 100 | 1B | 10 |
| Octal | 44 | 36 | 64 | 37 | 52 | 0 | 120 | 400 | 33 | 20 |
| Binary | 100100 | 11110 | 110100 | 11111 | 101010 | 0 | 1010000 | 100000000 | 11011 | 10000 |
Color Harmonies of #241E34
Complementary color
Monochromatic Colors of #241E34
Black with #241E34
Text Example
Text Example
White with #241E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E34; }
p { color: rgb(36,30,52); }
H1.HeaderClassName
{
color: #241E34;
}
.AnyTagClassName
{
color: #241E34;
}
</style>
background-color css
<style>
a { background-color: #241E34; }
a { background-color: rgb(36,30,52); }
div.DivClassName
{
background-color: #241E34;
}
.BgClassName
{
background-color: #241E34;
}
</style>
border-color css
<style>
span { border-color: #241E34; }
span { border-color: rgb(36,30,52); }
td.TdClassName
{
border-color: #241E34;
}
.TagClassName
{
border-color: #241E34;
}
</style>