Shades of Haiti #150B2B
Tints of Haiti #150B2B
RGB
CMYK
RGB Variations
Color information
#150B2B (or 0x150B2B) is known color: Haiti. HEX triplet: 15, 0B and 2B. RGB value is (21,11,43). Sum of RGB (Red+Green+Blue) = 21+11+43=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #150B2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B2B is #EAF4D4. Grayscale: #111111. Windows color (decimal): -15398101 or 2820885. OLE color: 2820885.
HSL color Cylindrical-coordinate representation of color #150B2B: hue angle of 258.75º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #150B2B is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 11 | 43 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.83 |
| HSL | 258.75º | 0.59% | 0.11% | - |
| HSV(B) | 258.75º | 0.74% | 0.17% | - |
| XYZ | 0.86 | 0.57 | 2.35 | - |
| YUV | 17.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 43 | 0.51 | 0.74 | 0 | 0.83 | 258.75 | 0.59 | 0.11 |
| Hex | 15 | B | 2B | 33 | 4A | 0 | 53 | 103 | 3B | B |
| Octal | 25 | 13 | 53 | 63 | 112 | 0 | 123 | 403 | 73 | 13 |
| Binary | 10101 | 1011 | 101011 | 110011 | 1001010 | 0 | 1010011 | 100000011 | 111011 | 1011 |
Color Harmonies of #150B2B
Complementary color
Monochromatic Colors of #150B2B
Black with #150B2B
Text Example
Text Example
White with #150B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B2B; }
p { color: rgb(21,11,43); }
H1.HeaderClassName
{
color: #150B2B;
}
.AnyTagClassName
{
color: #150B2B;
}
</style>
background-color css
<style>
a { background-color: #150B2B; }
a { background-color: rgb(21,11,43); }
div.DivClassName
{
background-color: #150B2B;
}
.BgClassName
{
background-color: #150B2B;
}
</style>
border-color css
<style>
span { border-color: #150B2B; }
span { border-color: rgb(21,11,43); }
td.TdClassName
{
border-color: #150B2B;
}
.TagClassName
{
border-color: #150B2B;
}
</style>