Shades of Haiti #140D29
Tints of Haiti #140D29
RGB
CMYK
RGB Variations
Color information
#140D29 (or 0x140D29) is known color: Haiti. HEX triplet: 14, 0D and 29. RGB value is (20,13,41). Sum of RGB (Red+Green+Blue) = 20+13+41=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #140D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D29 is #EBF2D6. Grayscale: #121212. Windows color (decimal): -15463127 or 2690324. OLE color: 2690324.
HSL color Cylindrical-coordinate representation of color #140D29: hue angle of 255º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #140D29 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 13 | 41 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.84 |
| HSL | 255º | 0.52% | 0.11% | - |
| HSV(B) | 255º | 0.68% | 0.16% | - |
| XYZ | 0.83 | 0.6 | 2.17 | - |
| YUV | 18.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 41 | 0.51 | 0.68 | 0 | 0.84 | 255 | 0.52 | 0.11 |
| Hex | 14 | D | 29 | 33 | 44 | 0 | 54 | FF | 34 | B |
| Octal | 24 | 15 | 51 | 63 | 104 | 0 | 124 | 377 | 64 | 13 |
| Binary | 10100 | 1101 | 101001 | 110011 | 1000100 | 0 | 1010100 | 11111111 | 110100 | 1011 |
Color Harmonies of #140D29
Complementary color
Monochromatic Colors of #140D29
Black with #140D29
Text Example
Text Example
White with #140D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D29; }
p { color: rgb(20,13,41); }
H1.HeaderClassName
{
color: #140D29;
}
.AnyTagClassName
{
color: #140D29;
}
</style>
background-color css
<style>
a { background-color: #140D29; }
a { background-color: rgb(20,13,41); }
div.DivClassName
{
background-color: #140D29;
}
.BgClassName
{
background-color: #140D29;
}
</style>
border-color css
<style>
span { border-color: #140D29; }
span { border-color: rgb(20,13,41); }
td.TdClassName
{
border-color: #140D29;
}
.TagClassName
{
border-color: #140D29;
}
</style>