Shades of Haiti #1C1730
Tints of Haiti #1C1730
RGB
CMYK
RGB Variations
Color information
#1C1730 (or 0x1C1730) is known color: Haiti. HEX triplet: 1C, 17 and 30. RGB value is (28,23,48). Sum of RGB (Red+Green+Blue) = 28+23+48=99 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28.28% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #1C1730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1730 is #E3E8CF. Grayscale: #1B1B1B. Windows color (decimal): -14936272 or 3151644. OLE color: 3151644.
HSL color Cylindrical-coordinate representation of color #1C1730: hue angle of 252º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C1730 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 23 | 48 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.81 |
| HSL | 252º | 0.35% | 0.14% | - |
| HSV(B) | 252º | 0.52% | 0.19% | - |
| XYZ | 1.32 | 1.07 | 2.93 | - |
| YUV | 27.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 48 | 0.42 | 0.52 | 0 | 0.81 | 252 | 0.35 | 0.14 |
| Hex | 1C | 17 | 30 | 2A | 34 | 0 | 51 | FC | 23 | E |
| Octal | 34 | 27 | 60 | 52 | 64 | 0 | 121 | 374 | 43 | 16 |
| Binary | 11100 | 10111 | 110000 | 101010 | 110100 | 0 | 1010001 | 11111100 | 100011 | 1110 |
Color Harmonies of #1C1730
Complementary color
Monochromatic Colors of #1C1730
Black with #1C1730
Text Example
Text Example
White with #1C1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1730; }
p { color: rgb(28,23,48); }
H1.HeaderClassName
{
color: #1C1730;
}
.AnyTagClassName
{
color: #1C1730;
}
</style>
background-color css
<style>
a { background-color: #1C1730; }
a { background-color: rgb(28,23,48); }
div.DivClassName
{
background-color: #1C1730;
}
.BgClassName
{
background-color: #1C1730;
}
</style>
border-color css
<style>
span { border-color: #1C1730; }
span { border-color: rgb(28,23,48); }
td.TdClassName
{
border-color: #1C1730;
}
.TagClassName
{
border-color: #1C1730;
}
</style>