Shades of Haiti #150F2A
Tints of Haiti #150F2A
RGB
CMYK
RGB Variations
Color information
#150F2A (or 0x150F2A) is known color: Haiti. HEX triplet: 15, 0F and 2A. RGB value is (21,15,42). Sum of RGB (Red+Green+Blue) = 21+15+42=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #150F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F2A is #EAF0D5. Grayscale: #131313. Windows color (decimal): -15397078 or 2756373. OLE color: 2756373.
HSL color Cylindrical-coordinate representation of color #150F2A: hue angle of 253.33º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #150F2A is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 15 | 42 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.84 |
| HSL | 253.33º | 0.47% | 0.11% | - |
| HSV(B) | 253.33º | 0.64% | 0.16% | - |
| XYZ | 0.9 | 0.67 | 2.27 | - |
| YUV | 19.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 42 | 0.50 | 0.64 | 0 | 0.84 | 253.33 | 0.47 | 0.11 |
| Hex | 15 | F | 2A | 32 | 40 | 0 | 54 | FD | 2F | B |
| Octal | 25 | 17 | 52 | 62 | 100 | 0 | 124 | 375 | 57 | 13 |
| Binary | 10101 | 1111 | 101010 | 110010 | 1000000 | 0 | 1010100 | 11111101 | 101111 | 1011 |
Color Harmonies of #150F2A
Complementary color
Monochromatic Colors of #150F2A
Black with #150F2A
Text Example
Text Example
White with #150F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F2A; }
p { color: rgb(21,15,42); }
H1.HeaderClassName
{
color: #150F2A;
}
.AnyTagClassName
{
color: #150F2A;
}
</style>
background-color css
<style>
a { background-color: #150F2A; }
a { background-color: rgb(21,15,42); }
div.DivClassName
{
background-color: #150F2A;
}
.BgClassName
{
background-color: #150F2A;
}
</style>
border-color css
<style>
span { border-color: #150F2A; }
span { border-color: rgb(21,15,42); }
td.TdClassName
{
border-color: #150F2A;
}
.TagClassName
{
border-color: #150F2A;
}
</style>