Shades of Haiti #1C1533
Tints of Haiti #1C1533
RGB
CMYK
RGB Variations
Color information
#1C1533 (or 0x1C1533) is known color: Haiti. HEX triplet: 1C, 15 and 33. RGB value is (28,21,51). Sum of RGB (Red+Green+Blue) = 28+21+51=100 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #1C1533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1533 is #E3EACC. Grayscale: #1A1A1A. Windows color (decimal): -14936781 or 3347740. OLE color: 3347740.
HSL color Cylindrical-coordinate representation of color #1C1533: hue angle of 254º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C1533 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 28 | 21 | 51 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.8 |
| HSL | 254º | 0.42% | 0.14% | - |
| HSV(B) | 254º | 0.59% | 0.2% | - |
| XYZ | 1.34 | 1.02 | 3.26 | - |
| YUV | 26.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 51 | 0.45 | 0.59 | 0 | 0.8 | 254 | 0.42 | 0.14 |
| Hex | 1C | 15 | 33 | 2D | 3B | 0 | 50 | FE | 2A | E |
| Octal | 34 | 25 | 63 | 55 | 73 | 0 | 120 | 376 | 52 | 16 |
| Binary | 11100 | 10101 | 110011 | 101101 | 111011 | 0 | 1010000 | 11111110 | 101010 | 1110 |
Color Harmonies of #1C1533
Complementary color
Monochromatic Colors of #1C1533
Black with #1C1533
Text Example
Text Example
White with #1C1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1533; }
p { color: rgb(28,21,51); }
H1.HeaderClassName
{
color: #1C1533;
}
.AnyTagClassName
{
color: #1C1533;
}
</style>
background-color css
<style>
a { background-color: #1C1533; }
a { background-color: rgb(28,21,51); }
div.DivClassName
{
background-color: #1C1533;
}
.BgClassName
{
background-color: #1C1533;
}
</style>
border-color css
<style>
span { border-color: #1C1533; }
span { border-color: rgb(28,21,51); }
td.TdClassName
{
border-color: #1C1533;
}
.TagClassName
{
border-color: #1C1533;
}
</style>