Shades of Haiti #18151D
Tints of Haiti #18151D
RGB
CMYK
RGB Variations
Color information
#18151D (or 0x18151D) is known color: Haiti. HEX triplet: 18, 15 and 1D. RGB value is (24,21,29). Sum of RGB (Red+Green+Blue) = 24+21+29=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #18151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18151D is #E7EAE2. Grayscale: #161616. Windows color (decimal): -15198947 or 1905944. OLE color: 1905944.
HSL color Cylindrical-coordinate representation of color #18151D: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #18151D is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 21 | 29 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.89 |
| HSL | 262.5º | 0.16% | 0.1% | - |
| HSV(B) | 262.5º | 0.28% | 0.11% | - |
| XYZ | 0.87 | 0.82 | 1.27 | - |
| YUV | 22.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 29 | 0.17 | 0.28 | 0 | 0.89 | 262.5 | 0.16 | 0.1 |
| Hex | 18 | 15 | 1D | 11 | 1C | 0 | 59 | 106 | 10 | A |
| Octal | 30 | 25 | 35 | 21 | 34 | 0 | 131 | 406 | 20 | 12 |
| Binary | 11000 | 10101 | 11101 | 10001 | 11100 | 0 | 1011001 | 100000110 | 10000 | 1010 |
Color Harmonies of #18151D
Complementary color
Monochromatic Colors of #18151D
Black with #18151D
Text Example
Text Example
White with #18151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18151D; }
p { color: rgb(24,21,29); }
H1.HeaderClassName
{
color: #18151D;
}
.AnyTagClassName
{
color: #18151D;
}
</style>
background-color css
<style>
a { background-color: #18151D; }
a { background-color: rgb(24,21,29); }
div.DivClassName
{
background-color: #18151D;
}
.BgClassName
{
background-color: #18151D;
}
</style>
border-color css
<style>
span { border-color: #18151D; }
span { border-color: rgb(24,21,29); }
td.TdClassName
{
border-color: #18151D;
}
.TagClassName
{
border-color: #18151D;
}
</style>