Shades of Haiti #1C172E
Tints of Haiti #1C172E
RGB
CMYK
RGB Variations
Color information
#1C172E (or 0x1C172E) is known color: Haiti. HEX triplet: 1C, 17 and 2E. RGB value is (28,23,46). Sum of RGB (Red+Green+Blue) = 28+23+46=97 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.87% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #1C172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C172E is #E3E8D1. Grayscale: #1B1B1B. Windows color (decimal): -14936274 or 3020572. OLE color: 3020572.
HSL color Cylindrical-coordinate representation of color #1C172E: hue angle of 253.04º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C172E is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 23 | 46 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.82 |
| HSL | 253.04º | 0.33% | 0.14% | - |
| HSV(B) | 253.04º | 0.5% | 0.18% | - |
| XYZ | 1.28 | 1.06 | 2.72 | - |
| YUV | 27.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 46 | 0.39 | 0.50 | 0 | 0.82 | 253.04 | 0.33 | 0.14 |
| Hex | 1C | 17 | 2E | 27 | 32 | 0 | 52 | FD | 21 | E |
| Octal | 34 | 27 | 56 | 47 | 62 | 0 | 122 | 375 | 41 | 16 |
| Binary | 11100 | 10111 | 101110 | 100111 | 110010 | 0 | 1010010 | 11111101 | 100001 | 1110 |
Color Harmonies of #1C172E
Complementary color
Monochromatic Colors of #1C172E
Black with #1C172E
Text Example
Text Example
White with #1C172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C172E; }
p { color: rgb(28,23,46); }
H1.HeaderClassName
{
color: #1C172E;
}
.AnyTagClassName
{
color: #1C172E;
}
</style>
background-color css
<style>
a { background-color: #1C172E; }
a { background-color: rgb(28,23,46); }
div.DivClassName
{
background-color: #1C172E;
}
.BgClassName
{
background-color: #1C172E;
}
</style>
border-color css
<style>
span { border-color: #1C172E; }
span { border-color: rgb(28,23,46); }
td.TdClassName
{
border-color: #1C172E;
}
.TagClassName
{
border-color: #1C172E;
}
</style>