Shades of Haiti #150C2C
Tints of Haiti #150C2C
RGB
CMYK
RGB Variations
Color information
#150C2C (or 0x150C2C) is known color: Haiti. HEX triplet: 15, 0C and 2C. RGB value is (21,12,44). Sum of RGB (Red+Green+Blue) = 21+12+44=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #150C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C2C is #EAF3D3. Grayscale: #121212. Windows color (decimal): -15397844 or 2886677. OLE color: 2886677.
HSL color Cylindrical-coordinate representation of color #150C2C: hue angle of 256.88º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #150C2C is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 12 | 44 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.83 |
| HSL | 256.88º | 0.57% | 0.11% | - |
| HSV(B) | 256.88º | 0.73% | 0.17% | - |
| XYZ | 0.9 | 0.6 | 2.45 | - |
| YUV | 18.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 44 | 0.52 | 0.73 | 0 | 0.83 | 256.88 | 0.57 | 0.11 |
| Hex | 15 | C | 2C | 34 | 49 | 0 | 53 | 101 | 39 | B |
| Octal | 25 | 14 | 54 | 64 | 111 | 0 | 123 | 401 | 71 | 13 |
| Binary | 10101 | 1100 | 101100 | 110100 | 1001001 | 0 | 1010011 | 100000001 | 111001 | 1011 |
Color Harmonies of #150C2C
Complementary color
Monochromatic Colors of #150C2C
Black with #150C2C
Text Example
Text Example
White with #150C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C2C; }
p { color: rgb(21,12,44); }
H1.HeaderClassName
{
color: #150C2C;
}
.AnyTagClassName
{
color: #150C2C;
}
</style>
background-color css
<style>
a { background-color: #150C2C; }
a { background-color: rgb(21,12,44); }
div.DivClassName
{
background-color: #150C2C;
}
.BgClassName
{
background-color: #150C2C;
}
</style>
border-color css
<style>
span { border-color: #150C2C; }
span { border-color: rgb(21,12,44); }
td.TdClassName
{
border-color: #150C2C;
}
.TagClassName
{
border-color: #150C2C;
}
</style>