Shades of Haiti #150F31
Tints of Haiti #150F31
RGB
CMYK
RGB Variations
Color information
#150F31 (or 0x150F31) is known color: Haiti. HEX triplet: 15, 0F and 31. RGB value is (21,15,49). Sum of RGB (Red+Green+Blue) = 21+15+49=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #150F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F31 is #EAF0CE. Grayscale: #141414. Windows color (decimal): -15397071 or 3215125. OLE color: 3215125.
HSL color Cylindrical-coordinate representation of color #150F31: hue angle of 250.59º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #150F31 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 15 | 49 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.81 |
| HSL | 250.59º | 0.53% | 0.13% | - |
| HSV(B) | 250.59º | 0.69% | 0.19% | - |
| XYZ | 1.03 | 0.72 | 2.99 | - |
| YUV | 20.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 49 | 0.57 | 0.69 | 0 | 0.81 | 250.59 | 0.53 | 0.13 |
| Hex | 15 | F | 31 | 39 | 45 | 0 | 51 | FB | 35 | D |
| Octal | 25 | 17 | 61 | 71 | 105 | 0 | 121 | 373 | 65 | 15 |
| Binary | 10101 | 1111 | 110001 | 111001 | 1000101 | 0 | 1010001 | 11111011 | 110101 | 1101 |
Color Harmonies of #150F31
Complementary color
Monochromatic Colors of #150F31
Black with #150F31
Text Example
Text Example
White with #150F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F31; }
p { color: rgb(21,15,49); }
H1.HeaderClassName
{
color: #150F31;
}
.AnyTagClassName
{
color: #150F31;
}
</style>
background-color css
<style>
a { background-color: #150F31; }
a { background-color: rgb(21,15,49); }
div.DivClassName
{
background-color: #150F31;
}
.BgClassName
{
background-color: #150F31;
}
</style>
border-color css
<style>
span { border-color: #150F31; }
span { border-color: rgb(21,15,49); }
td.TdClassName
{
border-color: #150F31;
}
.TagClassName
{
border-color: #150F31;
}
</style>