Shades of Haiti #110B20
Tints of Haiti #110B20
RGB
CMYK
RGB Variations
Color information
#110B20 (or 0x110B20) is known color: Haiti. HEX triplet: 11, 0B and 20. RGB value is (17,11,32). Sum of RGB (Red+Green+Blue) = 17+11+32=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #110B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B20 is #EEF4DF. Grayscale: #0F0F0F. Windows color (decimal): -15660256 or 2099985. OLE color: 2099985.
HSL color Cylindrical-coordinate representation of color #110B20: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #110B20 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 11 | 32 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.87 |
| HSL | 257.14º | 0.49% | 0.08% | - |
| HSV(B) | 257.14º | 0.66% | 0.13% | - |
| XYZ | 0.61 | 0.46 | 1.42 | - |
| YUV | 15.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 32 | 0.47 | 0.66 | 0 | 0.87 | 257.14 | 0.49 | 0.08 |
| Hex | 11 | B | 20 | 2F | 42 | 0 | 57 | 101 | 31 | 8 |
| Octal | 21 | 13 | 40 | 57 | 102 | 0 | 127 | 401 | 61 | 10 |
| Binary | 10001 | 1011 | 100000 | 101111 | 1000010 | 0 | 1010111 | 100000001 | 110001 | 1000 |
Color Harmonies of #110B20
Complementary color
Monochromatic Colors of #110B20
Black with #110B20
Text Example
Text Example
White with #110B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B20; }
p { color: rgb(17,11,32); }
H1.HeaderClassName
{
color: #110B20;
}
.AnyTagClassName
{
color: #110B20;
}
</style>
background-color css
<style>
a { background-color: #110B20; }
a { background-color: rgb(17,11,32); }
div.DivClassName
{
background-color: #110B20;
}
.BgClassName
{
background-color: #110B20;
}
</style>
border-color css
<style>
span { border-color: #110B20; }
span { border-color: rgb(17,11,32); }
td.TdClassName
{
border-color: #110B20;
}
.TagClassName
{
border-color: #110B20;
}
</style>