Shades of Haiti #1B122C
Tints of Haiti #1B122C
RGB
CMYK
RGB Variations
Color information
#1B122C (or 0x1B122C) is known color: Haiti. HEX triplet: 1B, 12 and 2C. RGB value is (27,18,44). Sum of RGB (Red+Green+Blue) = 27+18+44=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B122C is #E4EDD3. Grayscale: #171717. Windows color (decimal): -15003092 or 2888219. OLE color: 2888219.
HSL color Cylindrical-coordinate representation of color #1B122C: hue angle of 260.77º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B122C is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 18 | 44 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.83 |
| HSL | 260.77º | 0.42% | 0.12% | - |
| HSV(B) | 260.77º | 0.59% | 0.17% | - |
| XYZ | 1.12 | 0.85 | 2.49 | - |
| YUV | 23.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 44 | 0.39 | 0.59 | 0 | 0.83 | 260.77 | 0.42 | 0.12 |
| Hex | 1B | 12 | 2C | 27 | 3B | 0 | 53 | 105 | 2A | C |
| Octal | 33 | 22 | 54 | 47 | 73 | 0 | 123 | 405 | 52 | 14 |
| Binary | 11011 | 10010 | 101100 | 100111 | 111011 | 0 | 1010011 | 100000101 | 101010 | 1100 |
Color Harmonies of #1B122C
Complementary color
Monochromatic Colors of #1B122C
Black with #1B122C
Text Example
Text Example
White with #1B122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B122C; }
p { color: rgb(27,18,44); }
H1.HeaderClassName
{
color: #1B122C;
}
.AnyTagClassName
{
color: #1B122C;
}
</style>
background-color css
<style>
a { background-color: #1B122C; }
a { background-color: rgb(27,18,44); }
div.DivClassName
{
background-color: #1B122C;
}
.BgClassName
{
background-color: #1B122C;
}
</style>
border-color css
<style>
span { border-color: #1B122C; }
span { border-color: rgb(27,18,44); }
td.TdClassName
{
border-color: #1B122C;
}
.TagClassName
{
border-color: #1B122C;
}
</style>