Shades of Haiti #1E1831
Tints of Haiti #1E1831
RGB
CMYK
RGB Variations
Color information
#1E1831 (or 0x1E1831) is known color: Haiti. HEX triplet: 1E, 18 and 31. RGB value is (30,24,49). Sum of RGB (Red+Green+Blue) = 30+24+49=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E1831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1831 is #E1E7CE. Grayscale: #1C1C1C. Windows color (decimal): -14804943 or 3217438. OLE color: 3217438.
HSL color Cylindrical-coordinate representation of color #1E1831: hue angle of 254.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E1831 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 24 | 49 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.81 |
| HSL | 254.4º | 0.34% | 0.14% | - |
| HSV(B) | 254.4º | 0.51% | 0.19% | - |
| XYZ | 1.42 | 1.15 | 3.05 | - |
| YUV | 28.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 49 | 0.39 | 0.51 | 0 | 0.81 | 254.4 | 0.34 | 0.14 |
| Hex | 1E | 18 | 31 | 27 | 33 | 0 | 51 | FE | 22 | E |
| Octal | 36 | 30 | 61 | 47 | 63 | 0 | 121 | 376 | 42 | 16 |
| Binary | 11110 | 11000 | 110001 | 100111 | 110011 | 0 | 1010001 | 11111110 | 100010 | 1110 |
Color Harmonies of #1E1831
Complementary color
Monochromatic Colors of #1E1831
Black with #1E1831
Text Example
Text Example
White with #1E1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1831; }
p { color: rgb(30,24,49); }
H1.HeaderClassName
{
color: #1E1831;
}
.AnyTagClassName
{
color: #1E1831;
}
</style>
background-color css
<style>
a { background-color: #1E1831; }
a { background-color: rgb(30,24,49); }
div.DivClassName
{
background-color: #1E1831;
}
.BgClassName
{
background-color: #1E1831;
}
</style>
border-color css
<style>
span { border-color: #1E1831; }
span { border-color: rgb(30,24,49); }
td.TdClassName
{
border-color: #1E1831;
}
.TagClassName
{
border-color: #1E1831;
}
</style>