Shades of Haiti #19171F
Tints of Haiti #19171F
RGB
CMYK
RGB Variations
Color information
#19171F (or 0x19171F) is known color: Haiti. HEX triplet: 19, 17 and 1F. RGB value is (25,23,31). Sum of RGB (Red+Green+Blue) = 25+23+31=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #19171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19171F is #E6E8E0. Grayscale: #181818. Windows color (decimal): -15132897 or 2037529. OLE color: 2037529.
HSL color Cylindrical-coordinate representation of color #19171F: hue angle of 255º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #19171F is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 23 | 31 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.88 |
| HSL | 255º | 0.15% | 0.11% | - |
| HSV(B) | 255º | 0.26% | 0.12% | - |
| XYZ | 0.95 | 0.92 | 1.42 | - |
| YUV | 24.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 31 | 0.19 | 0.26 | 0 | 0.88 | 255 | 0.15 | 0.11 |
| Hex | 19 | 17 | 1F | 13 | 1A | 0 | 58 | FF | F | B |
| Octal | 31 | 27 | 37 | 23 | 32 | 0 | 130 | 377 | 17 | 13 |
| Binary | 11001 | 10111 | 11111 | 10011 | 11010 | 0 | 1011000 | 11111111 | 1111 | 1011 |
Color Harmonies of #19171F
Complementary color
Monochromatic Colors of #19171F
Black with #19171F
Text Example
Text Example
White with #19171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19171F; }
p { color: rgb(25,23,31); }
H1.HeaderClassName
{
color: #19171F;
}
.AnyTagClassName
{
color: #19171F;
}
</style>
background-color css
<style>
a { background-color: #19171F; }
a { background-color: rgb(25,23,31); }
div.DivClassName
{
background-color: #19171F;
}
.BgClassName
{
background-color: #19171F;
}
</style>
border-color css
<style>
span { border-color: #19171F; }
span { border-color: rgb(25,23,31); }
td.TdClassName
{
border-color: #19171F;
}
.TagClassName
{
border-color: #19171F;
}
</style>