Shades of Haiti #120B34
Tints of Haiti #120B34
RGB
CMYK
RGB Variations
Color information
#120B34 (or 0x120B34) is known color: Haiti. HEX triplet: 12, 0B and 34. RGB value is (18,11,52). Sum of RGB (Red+Green+Blue) = 18+11+52=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #120B34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B34 is #EDF4CB. Grayscale: #111111. Windows color (decimal): -15594700 or 3410706. OLE color: 3410706.
HSL color Cylindrical-coordinate representation of color #120B34: hue angle of 250.24º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120B34 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 11 | 52 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.80 |
| HSL | 250.24º | 0.65% | 0.12% | - |
| HSV(B) | 250.24º | 0.79% | 0.2% | - |
| XYZ | 0.99 | 0.62 | 3.32 | - |
| YUV | 17.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 52 | 0.65 | 0.79 | 0 | 0.80 | 250.24 | 0.65 | 0.12 |
| Hex | 12 | B | 34 | 41 | 4F | 0 | 50 | FA | 41 | C |
| Octal | 22 | 13 | 64 | 101 | 117 | 0 | 120 | 372 | 101 | 14 |
| Binary | 10010 | 1011 | 110100 | 1000001 | 1001111 | 0 | 1010000 | 11111010 | 1000001 | 1100 |
Color Harmonies of #120B34
Complementary color
Monochromatic Colors of #120B34
Black with #120B34
Text Example
Text Example
White with #120B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B34; }
p { color: rgb(18,11,52); }
H1.HeaderClassName
{
color: #120B34;
}
.AnyTagClassName
{
color: #120B34;
}
</style>
background-color css
<style>
a { background-color: #120B34; }
a { background-color: rgb(18,11,52); }
div.DivClassName
{
background-color: #120B34;
}
.BgClassName
{
background-color: #120B34;
}
</style>
border-color css
<style>
span { border-color: #120B34; }
span { border-color: rgb(18,11,52); }
td.TdClassName
{
border-color: #120B34;
}
.TagClassName
{
border-color: #120B34;
}
</style>