Shades of Haiti #110E16
Tints of Haiti #110E16
RGB
CMYK
RGB Variations
Color information
#110E16 (or 0x110E16) is known color: Haiti. HEX triplet: 11, 0E and 16. RGB value is (17,14,22). Sum of RGB (Red+Green+Blue) = 17+14+22=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #110E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E16 is #EEF1E9. Grayscale: #0F0F0F. Windows color (decimal): -15659498 or 1445393. OLE color: 1445393.
HSL color Cylindrical-coordinate representation of color #110E16: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #110E16 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 14 | 22 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.91 |
| HSL | 262.5º | 0.22% | 0.07% | - |
| HSV(B) | 262.5º | 0.36% | 0.09% | - |
| XYZ | 0.53 | 0.49 | 0.83 | - |
| YUV | 15.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 22 | 0.23 | 0.36 | 0 | 0.91 | 262.5 | 0.22 | 0.07 |
| Hex | 11 | E | 16 | 17 | 24 | 0 | 5B | 106 | 16 | 7 |
| Octal | 21 | 16 | 26 | 27 | 44 | 0 | 133 | 406 | 26 | 7 |
| Binary | 10001 | 1110 | 10110 | 10111 | 100100 | 0 | 1011011 | 100000110 | 10110 | 111 |
Color Harmonies of #110E16
Complementary color
Monochromatic Colors of #110E16
Black with #110E16
Text Example
Text Example
White with #110E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E16; }
p { color: rgb(17,14,22); }
H1.HeaderClassName
{
color: #110E16;
}
.AnyTagClassName
{
color: #110E16;
}
</style>
background-color css
<style>
a { background-color: #110E16; }
a { background-color: rgb(17,14,22); }
div.DivClassName
{
background-color: #110E16;
}
.BgClassName
{
background-color: #110E16;
}
</style>
border-color css
<style>
span { border-color: #110E16; }
span { border-color: rgb(17,14,22); }
td.TdClassName
{
border-color: #110E16;
}
.TagClassName
{
border-color: #110E16;
}
</style>