Shades of Haiti #150D28
Tints of Haiti #150D28
RGB
CMYK
RGB Variations
Color information
#150D28 (or 0x150D28) is known color: Haiti. HEX triplet: 15, 0D and 28. RGB value is (21,13,40). Sum of RGB (Red+Green+Blue) = 21+13+40=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #150D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D28 is #EAF2D7. Grayscale: #121212. Windows color (decimal): -15397592 or 2624789. OLE color: 2624789.
HSL color Cylindrical-coordinate representation of color #150D28: hue angle of 257.78º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #150D28 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 13 | 40 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.84 |
| HSL | 257.78º | 0.51% | 0.1% | - |
| HSV(B) | 257.78º | 0.68% | 0.16% | - |
| XYZ | 0.84 | 0.6 | 2.08 | - |
| YUV | 18.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 40 | 0.48 | 0.67 | 0 | 0.84 | 257.78 | 0.51 | 0.1 |
| Hex | 15 | D | 28 | 30 | 43 | 0 | 54 | 102 | 33 | A |
| Octal | 25 | 15 | 50 | 60 | 103 | 0 | 124 | 402 | 63 | 12 |
| Binary | 10101 | 1101 | 101000 | 110000 | 1000011 | 0 | 1010100 | 100000010 | 110011 | 1010 |
Color Harmonies of #150D28
Complementary color
Monochromatic Colors of #150D28
Black with #150D28
Text Example
Text Example
White with #150D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D28; }
p { color: rgb(21,13,40); }
H1.HeaderClassName
{
color: #150D28;
}
.AnyTagClassName
{
color: #150D28;
}
</style>
background-color css
<style>
a { background-color: #150D28; }
a { background-color: rgb(21,13,40); }
div.DivClassName
{
background-color: #150D28;
}
.BgClassName
{
background-color: #150D28;
}
</style>
border-color css
<style>
span { border-color: #150D28; }
span { border-color: rgb(21,13,40); }
td.TdClassName
{
border-color: #150D28;
}
.TagClassName
{
border-color: #150D28;
}
</style>