Shades of Haiti #1E1829
Tints of Haiti #1E1829
RGB
CMYK
RGB Variations
Color information
#1E1829 (or 0x1E1829) is known color: Haiti. HEX triplet: 1E, 18 and 29. RGB value is (30,24,41). Sum of RGB (Red+Green+Blue) = 30+24+41=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E1829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1829 is #E1E7D6. Grayscale: #1B1B1B. Windows color (decimal): -14804951 or 2693150. OLE color: 2693150.
HSL color Cylindrical-coordinate representation of color #1E1829: hue angle of 261.18º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E1829 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 24 | 41 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.84 |
| HSL | 261.18º | 0.26% | 0.13% | - |
| HSV(B) | 261.18º | 0.41% | 0.16% | - |
| XYZ | 1.26 | 1.09 | 2.24 | - |
| YUV | 27.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 41 | 0.27 | 0.41 | 0 | 0.84 | 261.18 | 0.26 | 0.13 |
| Hex | 1E | 18 | 29 | 1B | 29 | 0 | 54 | 105 | 1A | D |
| Octal | 36 | 30 | 51 | 33 | 51 | 0 | 124 | 405 | 32 | 15 |
| Binary | 11110 | 11000 | 101001 | 11011 | 101001 | 0 | 1010100 | 100000101 | 11010 | 1101 |
Color Harmonies of #1E1829
Complementary color
Monochromatic Colors of #1E1829
Black with #1E1829
Text Example
Text Example
White with #1E1829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1829; }
p { color: rgb(30,24,41); }
H1.HeaderClassName
{
color: #1E1829;
}
.AnyTagClassName
{
color: #1E1829;
}
</style>
background-color css
<style>
a { background-color: #1E1829; }
a { background-color: rgb(30,24,41); }
div.DivClassName
{
background-color: #1E1829;
}
.BgClassName
{
background-color: #1E1829;
}
</style>
border-color css
<style>
span { border-color: #1E1829; }
span { border-color: rgb(30,24,41); }
td.TdClassName
{
border-color: #1E1829;
}
.TagClassName
{
border-color: #1E1829;
}
</style>