Shades of Haiti #150C2F
Tints of Haiti #150C2F
RGB
CMYK
RGB Variations
Color information
#150C2F (or 0x150C2F) is known color: Haiti. HEX triplet: 15, 0C and 2F. RGB value is (21,12,47). Sum of RGB (Red+Green+Blue) = 21+12+47=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #150C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C2F is #EAF3D0. Grayscale: #121212. Windows color (decimal): -15397841 or 3083285. OLE color: 3083285.
HSL color Cylindrical-coordinate representation of color #150C2F: hue angle of 255.43º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #150C2F is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 12 | 47 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.82 |
| HSL | 255.43º | 0.59% | 0.12% | - |
| HSV(B) | 255.43º | 0.74% | 0.18% | - |
| XYZ | 0.95 | 0.63 | 2.76 | - |
| YUV | 18.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 47 | 0.55 | 0.74 | 0 | 0.82 | 255.43 | 0.59 | 0.12 |
| Hex | 15 | C | 2F | 37 | 4A | 0 | 52 | FF | 3B | C |
| Octal | 25 | 14 | 57 | 67 | 112 | 0 | 122 | 377 | 73 | 14 |
| Binary | 10101 | 1100 | 101111 | 110111 | 1001010 | 0 | 1010010 | 11111111 | 111011 | 1100 |
Color Harmonies of #150C2F
Complementary color
Monochromatic Colors of #150C2F
Black with #150C2F
Text Example
Text Example
White with #150C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C2F; }
p { color: rgb(21,12,47); }
H1.HeaderClassName
{
color: #150C2F;
}
.AnyTagClassName
{
color: #150C2F;
}
</style>
background-color css
<style>
a { background-color: #150C2F; }
a { background-color: rgb(21,12,47); }
div.DivClassName
{
background-color: #150C2F;
}
.BgClassName
{
background-color: #150C2F;
}
</style>
border-color css
<style>
span { border-color: #150C2F; }
span { border-color: rgb(21,12,47); }
td.TdClassName
{
border-color: #150C2F;
}
.TagClassName
{
border-color: #150C2F;
}
</style>