Shades of Haiti #140E33
Tints of Haiti #140E33
RGB
CMYK
RGB Variations
Color information
#140E33 (or 0x140E33) is known color: Haiti. HEX triplet: 14, 0E and 33. RGB value is (20,14,51). Sum of RGB (Red+Green+Blue) = 20+14+51=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 51 (20.31% from 255 or 60% from 85); Max value from RGB is 51 - color contains mainly: blue. Hex color #140E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E33 is #EBF1CC. Grayscale: #131313. Windows color (decimal): -15462861 or 3345940. OLE color: 3345940.
HSL color Cylindrical-coordinate representation of color #140E33: hue angle of 249.73º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #140E33 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 14 | 51 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.8 |
| HSL | 249.73º | 0.57% | 0.13% | - |
| HSV(B) | 249.73º | 0.73% | 0.2% | - |
| XYZ | 1.04 | 0.7 | 3.21 | - |
| YUV | 20.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 51 | 0.61 | 0.73 | 0 | 0.8 | 249.73 | 0.57 | 0.13 |
| Hex | 14 | E | 33 | 3D | 49 | 0 | 50 | FA | 39 | D |
| Octal | 24 | 16 | 63 | 75 | 111 | 0 | 120 | 372 | 71 | 15 |
| Binary | 10100 | 1110 | 110011 | 111101 | 1001001 | 0 | 1010000 | 11111010 | 111001 | 1101 |
Color Harmonies of #140E33
Complementary color
Monochromatic Colors of #140E33
Black with #140E33
Text Example
Text Example
White with #140E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E33; }
p { color: rgb(20,14,51); }
H1.HeaderClassName
{
color: #140E33;
}
.AnyTagClassName
{
color: #140E33;
}
</style>
background-color css
<style>
a { background-color: #140E33; }
a { background-color: rgb(20,14,51); }
div.DivClassName
{
background-color: #140E33;
}
.BgClassName
{
background-color: #140E33;
}
</style>
border-color css
<style>
span { border-color: #140E33; }
span { border-color: rgb(20,14,51); }
td.TdClassName
{
border-color: #140E33;
}
.TagClassName
{
border-color: #140E33;
}
</style>