Shades of Haiti #110A2E
Tints of Haiti #110A2E
RGB
CMYK
RGB Variations
Color information
#110A2E (or 0x110A2E) is known color: Haiti. HEX triplet: 11, 0A and 2E. RGB value is (17,10,46). Sum of RGB (Red+Green+Blue) = 17+10+46=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #110A2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A2E is #EEF5D1. Grayscale: #101010. Windows color (decimal): -15660498 or 3017233. OLE color: 3017233.
HSL color Cylindrical-coordinate representation of color #110A2E: hue angle of 251.67º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #110A2E is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 10 | 46 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.82 |
| HSL | 251.67º | 0.64% | 0.11% | - |
| HSV(B) | 251.67º | 0.78% | 0.18% | - |
| XYZ | 0.83 | 0.53 | 2.64 | - |
| YUV | 16.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 46 | 0.63 | 0.78 | 0 | 0.82 | 251.67 | 0.64 | 0.11 |
| Hex | 11 | A | 2E | 3F | 4E | 0 | 52 | FC | 40 | B |
| Octal | 21 | 12 | 56 | 77 | 116 | 0 | 122 | 374 | 100 | 13 |
| Binary | 10001 | 1010 | 101110 | 111111 | 1001110 | 0 | 1010010 | 11111100 | 1000000 | 1011 |
Color Harmonies of #110A2E
Complementary color
Monochromatic Colors of #110A2E
Black with #110A2E
Text Example
Text Example
White with #110A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A2E; }
p { color: rgb(17,10,46); }
H1.HeaderClassName
{
color: #110A2E;
}
.AnyTagClassName
{
color: #110A2E;
}
</style>
background-color css
<style>
a { background-color: #110A2E; }
a { background-color: rgb(17,10,46); }
div.DivClassName
{
background-color: #110A2E;
}
.BgClassName
{
background-color: #110A2E;
}
</style>
border-color css
<style>
span { border-color: #110A2E; }
span { border-color: rgb(17,10,46); }
td.TdClassName
{
border-color: #110A2E;
}
.TagClassName
{
border-color: #110A2E;
}
</style>