Shades of Haiti #120A24
Tints of Haiti #120A24
RGB
CMYK
RGB Variations
Color information
#120A24 (or 0x120A24) is known color: Haiti. HEX triplet: 12, 0A and 24. RGB value is (18,10,36). Sum of RGB (Red+Green+Blue) = 18+10+36=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #120A24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A24 is #EDF5DB. Grayscale: #0F0F0F. Windows color (decimal): -15594972 or 2361874. OLE color: 2361874.
HSL color Cylindrical-coordinate representation of color #120A24: hue angle of 258.46º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120A24 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 10 | 36 | - |
| CMYK | 0.5 | 0.72 | 0 | 0.86 |
| HSL | 258.46º | 0.57% | 0.09% | - |
| HSV(B) | 258.46º | 0.72% | 0.14% | - |
| XYZ | 0.68 | 0.47 | 1.72 | - |
| YUV | 15.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 36 | 0.5 | 0.72 | 0 | 0.86 | 258.46 | 0.57 | 0.09 |
| Hex | 12 | A | 24 | 32 | 48 | 0 | 56 | 102 | 39 | 9 |
| Octal | 22 | 12 | 44 | 62 | 110 | 0 | 126 | 402 | 71 | 11 |
| Binary | 10010 | 1010 | 100100 | 110010 | 1001000 | 0 | 1010110 | 100000010 | 111001 | 1001 |
Color Harmonies of #120A24
Complementary color
Monochromatic Colors of #120A24
Black with #120A24
Text Example
Text Example
White with #120A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A24; }
p { color: rgb(18,10,36); }
H1.HeaderClassName
{
color: #120A24;
}
.AnyTagClassName
{
color: #120A24;
}
</style>
background-color css
<style>
a { background-color: #120A24; }
a { background-color: rgb(18,10,36); }
div.DivClassName
{
background-color: #120A24;
}
.BgClassName
{
background-color: #120A24;
}
</style>
border-color css
<style>
span { border-color: #120A24; }
span { border-color: rgb(18,10,36); }
td.TdClassName
{
border-color: #120A24;
}
.TagClassName
{
border-color: #120A24;
}
</style>