Shades of Haiti #120B2B
Tints of Haiti #120B2B
RGB
CMYK
RGB Variations
Color information
#120B2B (or 0x120B2B) is known color: Haiti. HEX triplet: 12, 0B and 2B. RGB value is (18,11,43). Sum of RGB (Red+Green+Blue) = 18+11+43=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #120B2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B2B is #EDF4D4. Grayscale: #101010. Windows color (decimal): -15594709 or 2820882. OLE color: 2820882.
HSL color Cylindrical-coordinate representation of color #120B2B: hue angle of 253.12º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #120B2B is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 11 | 43 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.83 |
| HSL | 253.13º | 0.59% | 0.11% | - |
| HSV(B) | 253.13º | 0.74% | 0.17% | - |
| XYZ | 0.81 | 0.54 | 2.35 | - |
| YUV | 16.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 43 | 0.58 | 0.74 | 0 | 0.83 | 253.13 | 0.59 | 0.11 |
| Hex | 12 | B | 2B | 3A | 4A | 0 | 53 | FD | 3B | B |
| Octal | 22 | 13 | 53 | 72 | 112 | 0 | 123 | 375 | 73 | 13 |
| Binary | 10010 | 1011 | 101011 | 111010 | 1001010 | 0 | 1010011 | 11111101 | 111011 | 1011 |
Color Harmonies of #120B2B
Complementary color
Monochromatic Colors of #120B2B
Black with #120B2B
Text Example
Text Example
White with #120B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B2B; }
p { color: rgb(18,11,43); }
H1.HeaderClassName
{
color: #120B2B;
}
.AnyTagClassName
{
color: #120B2B;
}
</style>
background-color css
<style>
a { background-color: #120B2B; }
a { background-color: rgb(18,11,43); }
div.DivClassName
{
background-color: #120B2B;
}
.BgClassName
{
background-color: #120B2B;
}
</style>
border-color css
<style>
span { border-color: #120B2B; }
span { border-color: rgb(18,11,43); }
td.TdClassName
{
border-color: #120B2B;
}
.TagClassName
{
border-color: #120B2B;
}
</style>