Shades of Haiti #17131F
Tints of Haiti #17131F
RGB
CMYK
RGB Variations
Color information
#17131F (or 0x17131F) is known color: Haiti. HEX triplet: 17, 13 and 1F. RGB value is (23,19,31). Sum of RGB (Red+Green+Blue) = 23+19+31=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #17131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131F is #E8ECE0. Grayscale: #151515. Windows color (decimal): -15264993 or 2036503. OLE color: 2036503.
HSL color Cylindrical-coordinate representation of color #17131F: hue angle of 260º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #17131F is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 19 | 31 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.88 |
| HSL | 260º | 0.24% | 0.1% | - |
| HSV(B) | 260º | 0.39% | 0.12% | - |
| XYZ | 0.83 | 0.75 | 1.4 | - |
| YUV | 21.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 31 | 0.26 | 0.39 | 0 | 0.88 | 260 | 0.24 | 0.1 |
| Hex | 17 | 13 | 1F | 1A | 27 | 0 | 58 | 104 | 18 | A |
| Octal | 27 | 23 | 37 | 32 | 47 | 0 | 130 | 404 | 30 | 12 |
| Binary | 10111 | 10011 | 11111 | 11010 | 100111 | 0 | 1011000 | 100000100 | 11000 | 1010 |
Color Harmonies of #17131F
Complementary color
Monochromatic Colors of #17131F
Black with #17131F
Text Example
Text Example
White with #17131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17131F; }
p { color: rgb(23,19,31); }
H1.HeaderClassName
{
color: #17131F;
}
.AnyTagClassName
{
color: #17131F;
}
</style>
background-color css
<style>
a { background-color: #17131F; }
a { background-color: rgb(23,19,31); }
div.DivClassName
{
background-color: #17131F;
}
.BgClassName
{
background-color: #17131F;
}
</style>
border-color css
<style>
span { border-color: #17131F; }
span { border-color: rgb(23,19,31); }
td.TdClassName
{
border-color: #17131F;
}
.TagClassName
{
border-color: #17131F;
}
</style>