Shades of Haiti #150B2C
Tints of Haiti #150B2C
RGB
CMYK
RGB Variations
Color information
#150B2C (or 0x150B2C) is known color: Haiti. HEX triplet: 15, 0B and 2C. RGB value is (21,11,44). Sum of RGB (Red+Green+Blue) = 21+11+44=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #150B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B2C is #EAF4D3. Grayscale: #111111. Windows color (decimal): -15398100 or 2886421. OLE color: 2886421.
HSL color Cylindrical-coordinate representation of color #150B2C: hue angle of 258.18º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #150B2C is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 11 | 44 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.83 |
| HSL | 258.18º | 0.6% | 0.11% | - |
| HSV(B) | 258.18º | 0.75% | 0.17% | - |
| XYZ | 0.88 | 0.58 | 2.45 | - |
| YUV | 17.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 44 | 0.52 | 0.75 | 0 | 0.83 | 258.18 | 0.6 | 0.11 |
| Hex | 15 | B | 2C | 34 | 4B | 0 | 53 | 102 | 3C | B |
| Octal | 25 | 13 | 54 | 64 | 113 | 0 | 123 | 402 | 74 | 13 |
| Binary | 10101 | 1011 | 101100 | 110100 | 1001011 | 0 | 1010011 | 100000010 | 111100 | 1011 |
Color Harmonies of #150B2C
Complementary color
Monochromatic Colors of #150B2C
Black with #150B2C
Text Example
Text Example
White with #150B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B2C; }
p { color: rgb(21,11,44); }
H1.HeaderClassName
{
color: #150B2C;
}
.AnyTagClassName
{
color: #150B2C;
}
</style>
background-color css
<style>
a { background-color: #150B2C; }
a { background-color: rgb(21,11,44); }
div.DivClassName
{
background-color: #150B2C;
}
.BgClassName
{
background-color: #150B2C;
}
</style>
border-color css
<style>
span { border-color: #150B2C; }
span { border-color: rgb(21,11,44); }
td.TdClassName
{
border-color: #150B2C;
}
.TagClassName
{
border-color: #150B2C;
}
</style>