Shades of Haiti #110C1A
Tints of Haiti #110C1A
RGB
CMYK
RGB Variations
Color information
#110C1A (or 0x110C1A) is known color: Haiti. HEX triplet: 11, 0C and 1A. RGB value is (17,12,26). Sum of RGB (Red+Green+Blue) = 17+12+26=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #110C1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C1A is #EEF3E5. Grayscale: #0F0F0F. Windows color (decimal): -15660006 or 1707025. OLE color: 1707025.
HSL color Cylindrical-coordinate representation of color #110C1A: hue angle of 261.43º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #110C1A is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 12 | 26 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.90 |
| HSL | 261.43º | 0.37% | 0.07% | - |
| HSV(B) | 261.43º | 0.54% | 0.1% | - |
| XYZ | 0.55 | 0.46 | 1.04 | - |
| YUV | 15.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 26 | 0.35 | 0.54 | 0 | 0.90 | 261.43 | 0.37 | 0.07 |
| Hex | 11 | C | 1A | 23 | 36 | 0 | 5A | 105 | 25 | 7 |
| Octal | 21 | 14 | 32 | 43 | 66 | 0 | 132 | 405 | 45 | 7 |
| Binary | 10001 | 1100 | 11010 | 100011 | 110110 | 0 | 1011010 | 100000101 | 100101 | 111 |
Color Harmonies of #110C1A
Complementary color
Monochromatic Colors of #110C1A
Black with #110C1A
Text Example
Text Example
White with #110C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C1A; }
p { color: rgb(17,12,26); }
H1.HeaderClassName
{
color: #110C1A;
}
.AnyTagClassName
{
color: #110C1A;
}
</style>
background-color css
<style>
a { background-color: #110C1A; }
a { background-color: rgb(17,12,26); }
div.DivClassName
{
background-color: #110C1A;
}
.BgClassName
{
background-color: #110C1A;
}
</style>
border-color css
<style>
span { border-color: #110C1A; }
span { border-color: rgb(17,12,26); }
td.TdClassName
{
border-color: #110C1A;
}
.TagClassName
{
border-color: #110C1A;
}
</style>