Shades of Haiti #120B20
Tints of Haiti #120B20
RGB
CMYK
RGB Variations
Color information
#120B20 (or 0x120B20) is known color: Haiti. HEX triplet: 12, 0B and 20. RGB value is (18,11,32). Sum of RGB (Red+Green+Blue) = 18+11+32=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #120B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B20 is #EDF4DF. Grayscale: #0F0F0F. Windows color (decimal): -15594720 or 2099986. OLE color: 2099986.
HSL color Cylindrical-coordinate representation of color #120B20: hue angle of 260º 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 #120B20 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 11 | 32 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.87 |
| HSL | 260º | 0.49% | 0.08% | - |
| HSV(B) | 260º | 0.66% | 0.13% | - |
| XYZ | 0.63 | 0.47 | 1.42 | - |
| YUV | 15.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 32 | 0.44 | 0.66 | 0 | 0.87 | 260 | 0.49 | 0.08 |
| Hex | 12 | B | 20 | 2C | 42 | 0 | 57 | 104 | 31 | 8 |
| Octal | 22 | 13 | 40 | 54 | 102 | 0 | 127 | 404 | 61 | 10 |
| Binary | 10010 | 1011 | 100000 | 101100 | 1000010 | 0 | 1010111 | 100000100 | 110001 | 1000 |
Color Harmonies of #120B20
Complementary color
Monochromatic Colors of #120B20
Black with #120B20
Text Example
Text Example
White with #120B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B20; }
p { color: rgb(18,11,32); }
H1.HeaderClassName
{
color: #120B20;
}
.AnyTagClassName
{
color: #120B20;
}
</style>
background-color css
<style>
a { background-color: #120B20; }
a { background-color: rgb(18,11,32); }
div.DivClassName
{
background-color: #120B20;
}
.BgClassName
{
background-color: #120B20;
}
</style>
border-color css
<style>
span { border-color: #120B20; }
span { border-color: rgb(18,11,32); }
td.TdClassName
{
border-color: #120B20;
}
.TagClassName
{
border-color: #120B20;
}
</style>