Shades of Haiti #1E1B39
Tints of Haiti #1E1B39
RGB
CMYK
RGB Variations
Color information
#1E1B39 (or 0x1E1B39) is known color: Haiti. HEX triplet: 1E, 1B and 39. RGB value is (30,27,57). Sum of RGB (Red+Green+Blue) = 30+27+57=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E1B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1B39 is #E1E4C6. Grayscale: #1F1F1F. Windows color (decimal): -14804167 or 3742494. OLE color: 3742494.
HSL color Cylindrical-coordinate representation of color #1E1B39: hue angle of 246º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E1B39 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 27 | 57 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.78 |
| HSL | 246º | 0.36% | 0.16% | - |
| HSV(B) | 246º | 0.53% | 0.22% | - |
| XYZ | 1.67 | 1.36 | 4.04 | - |
| YUV | 31.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 57 | 0.47 | 0.53 | 0 | 0.78 | 246 | 0.36 | 0.16 |
| Hex | 1E | 1B | 39 | 2F | 35 | 0 | 4E | F6 | 24 | 10 |
| Octal | 36 | 33 | 71 | 57 | 65 | 0 | 116 | 366 | 44 | 20 |
| Binary | 11110 | 11011 | 111001 | 101111 | 110101 | 0 | 1001110 | 11110110 | 100100 | 10000 |
Color Harmonies of #1E1B39
Complementary color
Monochromatic Colors of #1E1B39
Black with #1E1B39
Text Example
Text Example
White with #1E1B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B39; }
p { color: rgb(30,27,57); }
H1.HeaderClassName
{
color: #1E1B39;
}
.AnyTagClassName
{
color: #1E1B39;
}
</style>
background-color css
<style>
a { background-color: #1E1B39; }
a { background-color: rgb(30,27,57); }
div.DivClassName
{
background-color: #1E1B39;
}
.BgClassName
{
background-color: #1E1B39;
}
</style>
border-color css
<style>
span { border-color: #1E1B39; }
span { border-color: rgb(30,27,57); }
td.TdClassName
{
border-color: #1E1B39;
}
.TagClassName
{
border-color: #1E1B39;
}
</style>