Shades of Haiti #1E192E
Tints of Haiti #1E192E
RGB
CMYK
RGB Variations
Color information
#1E192E (or 0x1E192E) is known color: Haiti. HEX triplet: 1E, 19 and 2E. RGB value is (30,25,46). Sum of RGB (Red+Green+Blue) = 30+25+46=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E192E is #E1E6D1. Grayscale: #1C1C1C. Windows color (decimal): -14804690 or 3021086. OLE color: 3021086.
HSL color Cylindrical-coordinate representation of color #1E192E: hue angle of 254.29º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E192E is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 25 | 46 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.82 |
| HSL | 254.29º | 0.3% | 0.14% | - |
| HSV(B) | 254.29º | 0.46% | 0.18% | - |
| XYZ | 1.38 | 1.17 | 2.74 | - |
| YUV | 28.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 46 | 0.35 | 0.46 | 0 | 0.82 | 254.29 | 0.3 | 0.14 |
| Hex | 1E | 19 | 2E | 23 | 2E | 0 | 52 | FE | 1E | E |
| Octal | 36 | 31 | 56 | 43 | 56 | 0 | 122 | 376 | 36 | 16 |
| Binary | 11110 | 11001 | 101110 | 100011 | 101110 | 0 | 1010010 | 11111110 | 11110 | 1110 |
Color Harmonies of #1E192E
Complementary color
Monochromatic Colors of #1E192E
Black with #1E192E
Text Example
Text Example
White with #1E192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E192E; }
p { color: rgb(30,25,46); }
H1.HeaderClassName
{
color: #1E192E;
}
.AnyTagClassName
{
color: #1E192E;
}
</style>
background-color css
<style>
a { background-color: #1E192E; }
a { background-color: rgb(30,25,46); }
div.DivClassName
{
background-color: #1E192E;
}
.BgClassName
{
background-color: #1E192E;
}
</style>
border-color css
<style>
span { border-color: #1E192E; }
span { border-color: rgb(30,25,46); }
td.TdClassName
{
border-color: #1E192E;
}
.TagClassName
{
border-color: #1E192E;
}
</style>