Shades of Haiti #110D1A
Tints of Haiti #110D1A
RGB
CMYK
RGB Variations
Color information
#110D1A (or 0x110D1A) is known color: Haiti. HEX triplet: 11, 0D and 1A. RGB value is (17,13,26). Sum of RGB (Red+Green+Blue) = 17+13+26=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #110D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D1A is #EEF2E5. Grayscale: #0F0F0F. Windows color (decimal): -15659750 or 1707281. OLE color: 1707281.
HSL color Cylindrical-coordinate representation of color #110D1A: hue angle of 258.46º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #110D1A is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 13 | 26 | - |
| CMYK | 0.35 | 0.5 | 0 | 0.90 |
| HSL | 258.46º | 0.33% | 0.08% | - |
| HSV(B) | 258.46º | 0.5% | 0.1% | - |
| XYZ | 0.56 | 0.48 | 1.04 | - |
| YUV | 15.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 26 | 0.35 | 0.5 | 0 | 0.90 | 258.46 | 0.33 | 0.08 |
| Hex | 11 | D | 1A | 23 | 32 | 0 | 5A | 102 | 21 | 8 |
| Octal | 21 | 15 | 32 | 43 | 62 | 0 | 132 | 402 | 41 | 10 |
| Binary | 10001 | 1101 | 11010 | 100011 | 110010 | 0 | 1011010 | 100000010 | 100001 | 1000 |
Color Harmonies of #110D1A
Complementary color
Monochromatic Colors of #110D1A
Black with #110D1A
Text Example
Text Example
White with #110D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D1A; }
p { color: rgb(17,13,26); }
H1.HeaderClassName
{
color: #110D1A;
}
.AnyTagClassName
{
color: #110D1A;
}
</style>
background-color css
<style>
a { background-color: #110D1A; }
a { background-color: rgb(17,13,26); }
div.DivClassName
{
background-color: #110D1A;
}
.BgClassName
{
background-color: #110D1A;
}
</style>
border-color css
<style>
span { border-color: #110D1A; }
span { border-color: rgb(17,13,26); }
td.TdClassName
{
border-color: #110D1A;
}
.TagClassName
{
border-color: #110D1A;
}
</style>