Shades of Haiti #120A31
Tints of Haiti #120A31
RGB
CMYK
RGB Variations
Color information
#120A31 (or 0x120A31) is known color: Haiti. HEX triplet: 12, 0A and 31. RGB value is (18,10,49). Sum of RGB (Red+Green+Blue) = 18+10+49=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #120A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A31 is #EDF5CE. Grayscale: #101010. Windows color (decimal): -15594959 or 3213842. OLE color: 3213842.
HSL color Cylindrical-coordinate representation of color #120A31: hue angle of 252.31º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120A31 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 10 | 49 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.81 |
| HSL | 252.31º | 0.66% | 0.12% | - |
| HSV(B) | 252.31º | 0.8% | 0.19% | - |
| XYZ | 0.91 | 0.57 | 2.97 | - |
| YUV | 16.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 49 | 0.63 | 0.80 | 0 | 0.81 | 252.31 | 0.66 | 0.12 |
| Hex | 12 | A | 31 | 3F | 50 | 0 | 51 | FC | 42 | C |
| Octal | 22 | 12 | 61 | 77 | 120 | 0 | 121 | 374 | 102 | 14 |
| Binary | 10010 | 1010 | 110001 | 111111 | 1010000 | 0 | 1010001 | 11111100 | 1000010 | 1100 |
Color Harmonies of #120A31
Complementary color
Monochromatic Colors of #120A31
Black with #120A31
Text Example
Text Example
White with #120A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A31; }
p { color: rgb(18,10,49); }
H1.HeaderClassName
{
color: #120A31;
}
.AnyTagClassName
{
color: #120A31;
}
</style>
background-color css
<style>
a { background-color: #120A31; }
a { background-color: rgb(18,10,49); }
div.DivClassName
{
background-color: #120A31;
}
.BgClassName
{
background-color: #120A31;
}
</style>
border-color css
<style>
span { border-color: #120A31; }
span { border-color: rgb(18,10,49); }
td.TdClassName
{
border-color: #120A31;
}
.TagClassName
{
border-color: #120A31;
}
</style>