Shades of Haiti #150B2D
Tints of Haiti #150B2D
RGB
CMYK
RGB Variations
Color information
#150B2D (or 0x150B2D) is known color: Haiti. HEX triplet: 15, 0B and 2D. RGB value is (21,11,45). Sum of RGB (Red+Green+Blue) = 21+11+45=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #150B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B2D is #EAF4D2. Grayscale: #111111. Windows color (decimal): -15398099 or 2951957. OLE color: 2951957.
HSL color Cylindrical-coordinate representation of color #150B2D: hue angle of 257.65º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150B2D is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 11 | 45 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.82 |
| HSL | 257.65º | 0.61% | 0.11% | - |
| HSV(B) | 257.65º | 0.76% | 0.18% | - |
| XYZ | 0.9 | 0.59 | 2.55 | - |
| YUV | 17.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 45 | 0.53 | 0.76 | 0 | 0.82 | 257.65 | 0.61 | 0.11 |
| Hex | 15 | B | 2D | 35 | 4C | 0 | 52 | 102 | 3D | B |
| Octal | 25 | 13 | 55 | 65 | 114 | 0 | 122 | 402 | 75 | 13 |
| Binary | 10101 | 1011 | 101101 | 110101 | 1001100 | 0 | 1010010 | 100000010 | 111101 | 1011 |
Color Harmonies of #150B2D
Complementary color
Monochromatic Colors of #150B2D
Black with #150B2D
Text Example
Text Example
White with #150B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B2D; }
p { color: rgb(21,11,45); }
H1.HeaderClassName
{
color: #150B2D;
}
.AnyTagClassName
{
color: #150B2D;
}
</style>
background-color css
<style>
a { background-color: #150B2D; }
a { background-color: rgb(21,11,45); }
div.DivClassName
{
background-color: #150B2D;
}
.BgClassName
{
background-color: #150B2D;
}
</style>
border-color css
<style>
span { border-color: #150B2D; }
span { border-color: rgb(21,11,45); }
td.TdClassName
{
border-color: #150B2D;
}
.TagClassName
{
border-color: #150B2D;
}
</style>