Shades of Haiti #120B29
Tints of Haiti #120B29
RGB
CMYK
RGB Variations
Color information
#120B29 (or 0x120B29) is known color: Haiti. HEX triplet: 12, 0B and 29. RGB value is (18,11,41). Sum of RGB (Red+Green+Blue) = 18+11+41=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #120B29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B29 is #EDF4D6. Grayscale: #101010. Windows color (decimal): -15594711 or 2689810. OLE color: 2689810.
HSL color Cylindrical-coordinate representation of color #120B29: hue angle of 254º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #120B29 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 11 | 41 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.84 |
| HSL | 254º | 0.58% | 0.1% | - |
| HSV(B) | 254º | 0.73% | 0.16% | - |
| XYZ | 0.77 | 0.53 | 2.16 | - |
| YUV | 16.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 41 | 0.56 | 0.73 | 0 | 0.84 | 254 | 0.58 | 0.1 |
| Hex | 12 | B | 29 | 38 | 49 | 0 | 54 | FE | 3A | A |
| Octal | 22 | 13 | 51 | 70 | 111 | 0 | 124 | 376 | 72 | 12 |
| Binary | 10010 | 1011 | 101001 | 111000 | 1001001 | 0 | 1010100 | 11111110 | 111010 | 1010 |
Color Harmonies of #120B29
Complementary color
Monochromatic Colors of #120B29
Black with #120B29
Text Example
Text Example
White with #120B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B29; }
p { color: rgb(18,11,41); }
H1.HeaderClassName
{
color: #120B29;
}
.AnyTagClassName
{
color: #120B29;
}
</style>
background-color css
<style>
a { background-color: #120B29; }
a { background-color: rgb(18,11,41); }
div.DivClassName
{
background-color: #120B29;
}
.BgClassName
{
background-color: #120B29;
}
</style>
border-color css
<style>
span { border-color: #120B29; }
span { border-color: rgb(18,11,41); }
td.TdClassName
{
border-color: #120B29;
}
.TagClassName
{
border-color: #120B29;
}
</style>