Shades of Haiti #120B2D
Tints of Haiti #120B2D
RGB
CMYK
RGB Variations
Color information
#120B2D (or 0x120B2D) is known color: Haiti. HEX triplet: 12, 0B and 2D. RGB value is (18,11,45). Sum of RGB (Red+Green+Blue) = 18+11+45=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #120B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B2D is #EDF4D2. Grayscale: #101010. Windows color (decimal): -15594707 or 2951954. OLE color: 2951954.
HSL color Cylindrical-coordinate representation of color #120B2D: hue angle of 252.35º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #120B2D is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 11 | 45 | - |
| CMYK | 0.6 | 0.76 | 0 | 0.82 |
| HSL | 252.35º | 0.61% | 0.11% | - |
| HSV(B) | 252.35º | 0.76% | 0.18% | - |
| XYZ | 0.84 | 0.56 | 2.55 | - |
| YUV | 16.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 45 | 0.6 | 0.76 | 0 | 0.82 | 252.35 | 0.61 | 0.11 |
| Hex | 12 | B | 2D | 3C | 4C | 0 | 52 | FC | 3D | B |
| Octal | 22 | 13 | 55 | 74 | 114 | 0 | 122 | 374 | 75 | 13 |
| Binary | 10010 | 1011 | 101101 | 111100 | 1001100 | 0 | 1010010 | 11111100 | 111101 | 1011 |
Color Harmonies of #120B2D
Complementary color
Monochromatic Colors of #120B2D
Black with #120B2D
Text Example
Text Example
White with #120B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B2D; }
p { color: rgb(18,11,45); }
H1.HeaderClassName
{
color: #120B2D;
}
.AnyTagClassName
{
color: #120B2D;
}
</style>
background-color css
<style>
a { background-color: #120B2D; }
a { background-color: rgb(18,11,45); }
div.DivClassName
{
background-color: #120B2D;
}
.BgClassName
{
background-color: #120B2D;
}
</style>
border-color css
<style>
span { border-color: #120B2D; }
span { border-color: rgb(18,11,45); }
td.TdClassName
{
border-color: #120B2D;
}
.TagClassName
{
border-color: #120B2D;
}
</style>