Shades of Haiti #1E1834
Tints of Haiti #1E1834
RGB
CMYK
RGB Variations
Color information
#1E1834 (or 0x1E1834) is known color: Haiti. HEX triplet: 1E, 18 and 34. RGB value is (30,24,52). Sum of RGB (Red+Green+Blue) = 30+24+52=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #1E1834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1834 is #E1E7CB. Grayscale: #1C1C1C. Windows color (decimal): -14804940 or 3414046. OLE color: 3414046.
HSL color Cylindrical-coordinate representation of color #1E1834: hue angle of 252.86º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E1834 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 24 | 52 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.80 |
| HSL | 252.86º | 0.37% | 0.15% | - |
| HSV(B) | 252.86º | 0.54% | 0.2% | - |
| XYZ | 1.48 | 1.18 | 3.4 | - |
| YUV | 28.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 52 | 0.42 | 0.54 | 0 | 0.80 | 252.86 | 0.37 | 0.15 |
| Hex | 1E | 18 | 34 | 2A | 36 | 0 | 50 | FD | 25 | F |
| Octal | 36 | 30 | 64 | 52 | 66 | 0 | 120 | 375 | 45 | 17 |
| Binary | 11110 | 11000 | 110100 | 101010 | 110110 | 0 | 1010000 | 11111101 | 100101 | 1111 |
Color Harmonies of #1E1834
Complementary color
Monochromatic Colors of #1E1834
Black with #1E1834
Text Example
Text Example
White with #1E1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1834; }
p { color: rgb(30,24,52); }
H1.HeaderClassName
{
color: #1E1834;
}
.AnyTagClassName
{
color: #1E1834;
}
</style>
background-color css
<style>
a { background-color: #1E1834; }
a { background-color: rgb(30,24,52); }
div.DivClassName
{
background-color: #1E1834;
}
.BgClassName
{
background-color: #1E1834;
}
</style>
border-color css
<style>
span { border-color: #1E1834; }
span { border-color: rgb(30,24,52); }
td.TdClassName
{
border-color: #1E1834;
}
.TagClassName
{
border-color: #1E1834;
}
</style>