Shades of Haiti #120A32
Tints of Haiti #120A32
RGB
CMYK
RGB Variations
Color information
#120A32 (or 0x120A32) is known color: Haiti. HEX triplet: 12, 0A and 32. RGB value is (18,10,50). Sum of RGB (Red+Green+Blue) = 18+10+50=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #120A32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A32 is #EDF5CD. Grayscale: #101010. Windows color (decimal): -15594958 or 3279378. OLE color: 3279378.
HSL color Cylindrical-coordinate representation of color #120A32: hue angle of 252º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120A32 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 10 | 50 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.80 |
| HSL | 252º | 0.67% | 0.12% | - |
| HSV(B) | 252º | 0.8% | 0.2% | - |
| XYZ | 0.93 | 0.58 | 3.08 | - |
| YUV | 16.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 50 | 0.64 | 0.80 | 0 | 0.80 | 252 | 0.67 | 0.12 |
| Hex | 12 | A | 32 | 40 | 50 | 0 | 50 | FC | 43 | C |
| Octal | 22 | 12 | 62 | 100 | 120 | 0 | 120 | 374 | 103 | 14 |
| Binary | 10010 | 1010 | 110010 | 1000000 | 1010000 | 0 | 1010000 | 11111100 | 1000011 | 1100 |
Color Harmonies of #120A32
Complementary color
Monochromatic Colors of #120A32
Black with #120A32
Text Example
Text Example
White with #120A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A32; }
p { color: rgb(18,10,50); }
H1.HeaderClassName
{
color: #120A32;
}
.AnyTagClassName
{
color: #120A32;
}
</style>
background-color css
<style>
a { background-color: #120A32; }
a { background-color: rgb(18,10,50); }
div.DivClassName
{
background-color: #120A32;
}
.BgClassName
{
background-color: #120A32;
}
</style>
border-color css
<style>
span { border-color: #120A32; }
span { border-color: rgb(18,10,50); }
td.TdClassName
{
border-color: #120A32;
}
.TagClassName
{
border-color: #120A32;
}
</style>