Shades of Haiti #170F2F
Tints of Haiti #170F2F
RGB
CMYK
RGB Variations
Color information
#170F2F (or 0x170F2F) is known color: Haiti. HEX triplet: 17, 0F and 2F. RGB value is (23,15,47). Sum of RGB (Red+Green+Blue) = 23+15+47=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #170F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170F2F is #E8F0D0. Grayscale: #141414. Windows color (decimal): -15266001 or 3084055. OLE color: 3084055.
HSL color Cylindrical-coordinate representation of color #170F2F: hue angle of 255º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #170F2F is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 15 | 47 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.82 |
| HSL | 255º | 0.52% | 0.12% | - |
| HSV(B) | 255º | 0.68% | 0.18% | - |
| XYZ | 1.04 | 0.73 | 2.78 | - |
| YUV | 21.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 47 | 0.51 | 0.68 | 0 | 0.82 | 255 | 0.52 | 0.12 |
| Hex | 17 | F | 2F | 33 | 44 | 0 | 52 | FF | 34 | C |
| Octal | 27 | 17 | 57 | 63 | 104 | 0 | 122 | 377 | 64 | 14 |
| Binary | 10111 | 1111 | 101111 | 110011 | 1000100 | 0 | 1010010 | 11111111 | 110100 | 1100 |
Color Harmonies of #170F2F
Complementary color
Monochromatic Colors of #170F2F
Black with #170F2F
Text Example
Text Example
White with #170F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F2F; }
p { color: rgb(23,15,47); }
H1.HeaderClassName
{
color: #170F2F;
}
.AnyTagClassName
{
color: #170F2F;
}
</style>
background-color css
<style>
a { background-color: #170F2F; }
a { background-color: rgb(23,15,47); }
div.DivClassName
{
background-color: #170F2F;
}
.BgClassName
{
background-color: #170F2F;
}
</style>
border-color css
<style>
span { border-color: #170F2F; }
span { border-color: rgb(23,15,47); }
td.TdClassName
{
border-color: #170F2F;
}
.TagClassName
{
border-color: #170F2F;
}
</style>