Shades of Haiti #120B23
Tints of Haiti #120B23
RGB
CMYK
RGB Variations
Color information
#120B23 (or 0x120B23) is known color: Haiti. HEX triplet: 12, 0B and 23. RGB value is (18,11,35). Sum of RGB (Red+Green+Blue) = 18+11+35=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #120B23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B23 is #EDF4DC. Grayscale: #0F0F0F. Windows color (decimal): -15594717 or 2296594. OLE color: 2296594.
HSL color Cylindrical-coordinate representation of color #120B23: hue angle of 257.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #120B23 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 11 | 35 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.86 |
| HSL | 257.5º | 0.52% | 0.09% | - |
| HSV(B) | 257.5º | 0.69% | 0.14% | - |
| XYZ | 0.67 | 0.49 | 1.65 | - |
| YUV | 15.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 35 | 0.49 | 0.69 | 0 | 0.86 | 257.5 | 0.52 | 0.09 |
| Hex | 12 | B | 23 | 31 | 45 | 0 | 56 | 102 | 34 | 9 |
| Octal | 22 | 13 | 43 | 61 | 105 | 0 | 126 | 402 | 64 | 11 |
| Binary | 10010 | 1011 | 100011 | 110001 | 1000101 | 0 | 1010110 | 100000010 | 110100 | 1001 |
Color Harmonies of #120B23
Complementary color
Monochromatic Colors of #120B23
Black with #120B23
Text Example
Text Example
White with #120B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B23; }
p { color: rgb(18,11,35); }
H1.HeaderClassName
{
color: #120B23;
}
.AnyTagClassName
{
color: #120B23;
}
</style>
background-color css
<style>
a { background-color: #120B23; }
a { background-color: rgb(18,11,35); }
div.DivClassName
{
background-color: #120B23;
}
.BgClassName
{
background-color: #120B23;
}
</style>
border-color css
<style>
span { border-color: #120B23; }
span { border-color: rgb(18,11,35); }
td.TdClassName
{
border-color: #120B23;
}
.TagClassName
{
border-color: #120B23;
}
</style>