Shades of Haiti #150C2B
Tints of Haiti #150C2B
RGB
CMYK
RGB Variations
Color information
#150C2B (or 0x150C2B) is known color: Haiti. HEX triplet: 15, 0C and 2B. RGB value is (21,12,43). Sum of RGB (Red+Green+Blue) = 21+12+43=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #150C2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C2B is #EAF3D4. Grayscale: #121212. Windows color (decimal): -15397845 or 2821141. OLE color: 2821141.
HSL color Cylindrical-coordinate representation of color #150C2B: hue angle of 257.42º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #150C2B is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 12 | 43 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.83 |
| HSL | 257.42º | 0.56% | 0.11% | - |
| HSV(B) | 257.42º | 0.72% | 0.17% | - |
| XYZ | 0.88 | 0.6 | 2.35 | - |
| YUV | 18.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 43 | 0.51 | 0.72 | 0 | 0.83 | 257.42 | 0.56 | 0.11 |
| Hex | 15 | C | 2B | 33 | 48 | 0 | 53 | 101 | 38 | B |
| Octal | 25 | 14 | 53 | 63 | 110 | 0 | 123 | 401 | 70 | 13 |
| Binary | 10101 | 1100 | 101011 | 110011 | 1001000 | 0 | 1010011 | 100000001 | 111000 | 1011 |
Color Harmonies of #150C2B
Complementary color
Monochromatic Colors of #150C2B
Black with #150C2B
Text Example
Text Example
White with #150C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C2B; }
p { color: rgb(21,12,43); }
H1.HeaderClassName
{
color: #150C2B;
}
.AnyTagClassName
{
color: #150C2B;
}
</style>
background-color css
<style>
a { background-color: #150C2B; }
a { background-color: rgb(21,12,43); }
div.DivClassName
{
background-color: #150C2B;
}
.BgClassName
{
background-color: #150C2B;
}
</style>
border-color css
<style>
span { border-color: #150C2B; }
span { border-color: rgb(21,12,43); }
td.TdClassName
{
border-color: #150C2B;
}
.TagClassName
{
border-color: #150C2B;
}
</style>