Shades of Haiti #17131E
Tints of Haiti #17131E
RGB
CMYK
RGB Variations
Color information
#17131E (or 0x17131E) is known color: Haiti. HEX triplet: 17, 13 and 1E. RGB value is (23,19,30). Sum of RGB (Red+Green+Blue) = 23+19+30=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #17131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131E is #E8ECE1. Grayscale: #151515. Windows color (decimal): -15264994 or 1970967. OLE color: 1970967.
HSL color Cylindrical-coordinate representation of color #17131E: hue angle of 261.82º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #17131E is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 19 | 30 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.88 |
| HSL | 261.82º | 0.22% | 0.1% | - |
| HSV(B) | 261.82º | 0.37% | 0.12% | - |
| XYZ | 0.82 | 0.74 | 1.33 | - |
| YUV | 21.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 30 | 0.23 | 0.37 | 0 | 0.88 | 261.82 | 0.22 | 0.1 |
| Hex | 17 | 13 | 1E | 17 | 25 | 0 | 58 | 106 | 16 | A |
| Octal | 27 | 23 | 36 | 27 | 45 | 0 | 130 | 406 | 26 | 12 |
| Binary | 10111 | 10011 | 11110 | 10111 | 100101 | 0 | 1011000 | 100000110 | 10110 | 1010 |
Color Harmonies of #17131E
Complementary color
Monochromatic Colors of #17131E
Black with #17131E
Text Example
Text Example
White with #17131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17131E; }
p { color: rgb(23,19,30); }
H1.HeaderClassName
{
color: #17131E;
}
.AnyTagClassName
{
color: #17131E;
}
</style>
background-color css
<style>
a { background-color: #17131E; }
a { background-color: rgb(23,19,30); }
div.DivClassName
{
background-color: #17131E;
}
.BgClassName
{
background-color: #17131E;
}
</style>
border-color css
<style>
span { border-color: #17131E; }
span { border-color: rgb(23,19,30); }
td.TdClassName
{
border-color: #17131E;
}
.TagClassName
{
border-color: #17131E;
}
</style>