Shades of Haiti #1E1930
Tints of Haiti #1E1930
RGB
CMYK
RGB Variations
Color information
#1E1930 (or 0x1E1930) is known color: Haiti. HEX triplet: 1E, 19 and 30. RGB value is (30,25,48). Sum of RGB (Red+Green+Blue) = 30+25+48=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E1930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1930 is #E1E6CF. Grayscale: #1D1D1D. Windows color (decimal): -14804688 or 3152158. OLE color: 3152158.
HSL color Cylindrical-coordinate representation of color #1E1930: hue angle of 253.04º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E1930 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 25 | 48 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.81 |
| HSL | 253.04º | 0.32% | 0.14% | - |
| HSV(B) | 253.04º | 0.48% | 0.19% | - |
| XYZ | 1.42 | 1.18 | 2.95 | - |
| YUV | 29.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 48 | 0.37 | 0.48 | 0 | 0.81 | 253.04 | 0.32 | 0.14 |
| Hex | 1E | 19 | 30 | 25 | 30 | 0 | 51 | FD | 20 | E |
| Octal | 36 | 31 | 60 | 45 | 60 | 0 | 121 | 375 | 40 | 16 |
| Binary | 11110 | 11001 | 110000 | 100101 | 110000 | 0 | 1010001 | 11111101 | 100000 | 1110 |
Color Harmonies of #1E1930
Complementary color
Monochromatic Colors of #1E1930
Black with #1E1930
Text Example
Text Example
White with #1E1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1930; }
p { color: rgb(30,25,48); }
H1.HeaderClassName
{
color: #1E1930;
}
.AnyTagClassName
{
color: #1E1930;
}
</style>
background-color css
<style>
a { background-color: #1E1930; }
a { background-color: rgb(30,25,48); }
div.DivClassName
{
background-color: #1E1930;
}
.BgClassName
{
background-color: #1E1930;
}
</style>
border-color css
<style>
span { border-color: #1E1930; }
span { border-color: rgb(30,25,48); }
td.TdClassName
{
border-color: #1E1930;
}
.TagClassName
{
border-color: #1E1930;
}
</style>