Shades of Haiti #1B132C
Tints of Haiti #1B132C
RGB
CMYK
RGB Variations
Color information
#1B132C (or 0x1B132C) is known color: Haiti. HEX triplet: 1B, 13 and 2C. RGB value is (27,19,44). Sum of RGB (Red+Green+Blue) = 27+19+44=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B132C is #E4ECD3. Grayscale: #181818. Windows color (decimal): -15002836 or 2888475. OLE color: 2888475.
HSL color Cylindrical-coordinate representation of color #1B132C: hue angle of 259.2º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B132C is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 19 | 44 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.83 |
| HSL | 259.2º | 0.4% | 0.12% | - |
| HSV(B) | 259.2º | 0.57% | 0.17% | - |
| XYZ | 1.14 | 0.88 | 2.49 | - |
| YUV | 24.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 44 | 0.39 | 0.57 | 0 | 0.83 | 259.2 | 0.4 | 0.12 |
| Hex | 1B | 13 | 2C | 27 | 39 | 0 | 53 | 103 | 28 | C |
| Octal | 33 | 23 | 54 | 47 | 71 | 0 | 123 | 403 | 50 | 14 |
| Binary | 11011 | 10011 | 101100 | 100111 | 111001 | 0 | 1010011 | 100000011 | 101000 | 1100 |
Color Harmonies of #1B132C
Complementary color
Monochromatic Colors of #1B132C
Black with #1B132C
Text Example
Text Example
White with #1B132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B132C; }
p { color: rgb(27,19,44); }
H1.HeaderClassName
{
color: #1B132C;
}
.AnyTagClassName
{
color: #1B132C;
}
</style>
background-color css
<style>
a { background-color: #1B132C; }
a { background-color: rgb(27,19,44); }
div.DivClassName
{
background-color: #1B132C;
}
.BgClassName
{
background-color: #1B132C;
}
</style>
border-color css
<style>
span { border-color: #1B132C; }
span { border-color: rgb(27,19,44); }
td.TdClassName
{
border-color: #1B132C;
}
.TagClassName
{
border-color: #1B132C;
}
</style>