Shades of Haiti #1C172B
Tints of Haiti #1C172B
RGB
CMYK
RGB Variations
Color information
#1C172B (or 0x1C172B) is known color: Haiti. HEX triplet: 1C, 17 and 2B. RGB value is (28,23,43). Sum of RGB (Red+Green+Blue) = 28+23+43=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C172B is #E3E8D4. Grayscale: #1A1A1A. Windows color (decimal): -14936277 or 2823964. OLE color: 2823964.
HSL color Cylindrical-coordinate representation of color #1C172B: hue angle of 255º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1C172B is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 28 | 23 | 43 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.83 |
| HSL | 255º | 0.3% | 0.13% | - |
| HSV(B) | 255º | 0.47% | 0.17% | - |
| XYZ | 1.22 | 1.03 | 2.42 | - |
| YUV | 26.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 43 | 0.35 | 0.47 | 0 | 0.83 | 255 | 0.3 | 0.13 |
| Hex | 1C | 17 | 2B | 23 | 2F | 0 | 53 | FF | 1E | D |
| Octal | 34 | 27 | 53 | 43 | 57 | 0 | 123 | 377 | 36 | 15 |
| Binary | 11100 | 10111 | 101011 | 100011 | 101111 | 0 | 1010011 | 11111111 | 11110 | 1101 |
Color Harmonies of #1C172B
Complementary color
Monochromatic Colors of #1C172B
Black with #1C172B
Text Example
Text Example
White with #1C172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C172B; }
p { color: rgb(28,23,43); }
H1.HeaderClassName
{
color: #1C172B;
}
.AnyTagClassName
{
color: #1C172B;
}
</style>
background-color css
<style>
a { background-color: #1C172B; }
a { background-color: rgb(28,23,43); }
div.DivClassName
{
background-color: #1C172B;
}
.BgClassName
{
background-color: #1C172B;
}
</style>
border-color css
<style>
span { border-color: #1C172B; }
span { border-color: rgb(28,23,43); }
td.TdClassName
{
border-color: #1C172B;
}
.TagClassName
{
border-color: #1C172B;
}
</style>