Shades of Haiti #150C2D
Tints of Haiti #150C2D
RGB
CMYK
RGB Variations
Color information
#150C2D (or 0x150C2D) is known color: Haiti. HEX triplet: 15, 0C and 2D. RGB value is (21,12,45). Sum of RGB (Red+Green+Blue) = 21+12+45=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #150C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C2D is #EAF3D2. Grayscale: #121212. Windows color (decimal): -15397843 or 2952213. OLE color: 2952213.
HSL color Cylindrical-coordinate representation of color #150C2D: hue angle of 256.36º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #150C2D is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 12 | 45 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.82 |
| HSL | 256.36º | 0.58% | 0.11% | - |
| HSV(B) | 256.36º | 0.73% | 0.18% | - |
| XYZ | 0.91 | 0.61 | 2.55 | - |
| YUV | 18.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 45 | 0.53 | 0.73 | 0 | 0.82 | 256.36 | 0.58 | 0.11 |
| Hex | 15 | C | 2D | 35 | 49 | 0 | 52 | 100 | 3A | B |
| Octal | 25 | 14 | 55 | 65 | 111 | 0 | 122 | 400 | 72 | 13 |
| Binary | 10101 | 1100 | 101101 | 110101 | 1001001 | 0 | 1010010 | 100000000 | 111010 | 1011 |
Color Harmonies of #150C2D
Complementary color
Monochromatic Colors of #150C2D
Black with #150C2D
Text Example
Text Example
White with #150C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C2D; }
p { color: rgb(21,12,45); }
H1.HeaderClassName
{
color: #150C2D;
}
.AnyTagClassName
{
color: #150C2D;
}
</style>
background-color css
<style>
a { background-color: #150C2D; }
a { background-color: rgb(21,12,45); }
div.DivClassName
{
background-color: #150C2D;
}
.BgClassName
{
background-color: #150C2D;
}
</style>
border-color css
<style>
span { border-color: #150C2D; }
span { border-color: rgb(21,12,45); }
td.TdClassName
{
border-color: #150C2D;
}
.TagClassName
{
border-color: #150C2D;
}
</style>