Shades of Haiti #150D25
Tints of Haiti #150D25
RGB
CMYK
RGB Variations
Color information
#150D25 (or 0x150D25) is known color: Haiti. HEX triplet: 15, 0D and 25. RGB value is (21,13,37). Sum of RGB (Red+Green+Blue) = 21+13+37=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #150D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D25 is #EAF2DA. Grayscale: #121212. Windows color (decimal): -15397595 or 2428181. OLE color: 2428181.
HSL color Cylindrical-coordinate representation of color #150D25: hue angle of 260º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #150D25 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 13 | 37 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.85 |
| HSL | 260º | 0.48% | 0.1% | - |
| HSV(B) | 260º | 0.65% | 0.15% | - |
| XYZ | 0.79 | 0.58 | 1.82 | - |
| YUV | 18.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 37 | 0.43 | 0.65 | 0 | 0.85 | 260 | 0.48 | 0.1 |
| Hex | 15 | D | 25 | 2B | 41 | 0 | 55 | 104 | 30 | A |
| Octal | 25 | 15 | 45 | 53 | 101 | 0 | 125 | 404 | 60 | 12 |
| Binary | 10101 | 1101 | 100101 | 101011 | 1000001 | 0 | 1010101 | 100000100 | 110000 | 1010 |
Color Harmonies of #150D25
Complementary color
Monochromatic Colors of #150D25
Black with #150D25
Text Example
Text Example
White with #150D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D25; }
p { color: rgb(21,13,37); }
H1.HeaderClassName
{
color: #150D25;
}
.AnyTagClassName
{
color: #150D25;
}
</style>
background-color css
<style>
a { background-color: #150D25; }
a { background-color: rgb(21,13,37); }
div.DivClassName
{
background-color: #150D25;
}
.BgClassName
{
background-color: #150D25;
}
</style>
border-color css
<style>
span { border-color: #150D25; }
span { border-color: rgb(21,13,37); }
td.TdClassName
{
border-color: #150D25;
}
.TagClassName
{
border-color: #150D25;
}
</style>