Shades of Haiti #150E2A
Tints of Haiti #150E2A
RGB
CMYK
RGB Variations
Color information
#150E2A (or 0x150E2A) is known color: Haiti. HEX triplet: 15, 0E and 2A. RGB value is (21,14,42). Sum of RGB (Red+Green+Blue) = 21+14+42=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #150E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E2A is #EAF1D5. Grayscale: #131313. Windows color (decimal): -15397334 or 2756117. OLE color: 2756117.
HSL color Cylindrical-coordinate representation of color #150E2A: hue angle of 255º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #150E2A is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 14 | 42 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.84 |
| HSL | 255º | 0.5% | 0.11% | - |
| HSV(B) | 255º | 0.67% | 0.16% | - |
| XYZ | 0.88 | 0.64 | 2.27 | - |
| YUV | 19.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 42 | 0.50 | 0.67 | 0 | 0.84 | 255 | 0.5 | 0.11 |
| Hex | 15 | E | 2A | 32 | 43 | 0 | 54 | FF | 32 | B |
| Octal | 25 | 16 | 52 | 62 | 103 | 0 | 124 | 377 | 62 | 13 |
| Binary | 10101 | 1110 | 101010 | 110010 | 1000011 | 0 | 1010100 | 11111111 | 110010 | 1011 |
Color Harmonies of #150E2A
Complementary color
Monochromatic Colors of #150E2A
Black with #150E2A
Text Example
Text Example
White with #150E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E2A; }
p { color: rgb(21,14,42); }
H1.HeaderClassName
{
color: #150E2A;
}
.AnyTagClassName
{
color: #150E2A;
}
</style>
background-color css
<style>
a { background-color: #150E2A; }
a { background-color: rgb(21,14,42); }
div.DivClassName
{
background-color: #150E2A;
}
.BgClassName
{
background-color: #150E2A;
}
</style>
border-color css
<style>
span { border-color: #150E2A; }
span { border-color: rgb(21,14,42); }
td.TdClassName
{
border-color: #150E2A;
}
.TagClassName
{
border-color: #150E2A;
}
</style>