Shades of Haiti #1B172E
Tints of Haiti #1B172E
RGB
CMYK
RGB Variations
Color information
#1B172E (or 0x1B172E) is known color: Haiti. HEX triplet: 1B, 17 and 2E. RGB value is (27,23,46). Sum of RGB (Red+Green+Blue) = 27+23+46=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B172E is #E4E8D1. Grayscale: #1A1A1A. Windows color (decimal): -15001810 or 3020571. OLE color: 3020571.
HSL color Cylindrical-coordinate representation of color #1B172E: hue angle of 250.43º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B172E is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 23 | 46 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.82 |
| HSL | 250.43º | 0.33% | 0.14% | - |
| HSV(B) | 250.43º | 0.5% | 0.18% | - |
| XYZ | 1.25 | 1.04 | 2.72 | - |
| YUV | 26.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 46 | 0.41 | 0.50 | 0 | 0.82 | 250.43 | 0.33 | 0.14 |
| Hex | 1B | 17 | 2E | 29 | 32 | 0 | 52 | FA | 21 | E |
| Octal | 33 | 27 | 56 | 51 | 62 | 0 | 122 | 372 | 41 | 16 |
| Binary | 11011 | 10111 | 101110 | 101001 | 110010 | 0 | 1010010 | 11111010 | 100001 | 1110 |
Color Harmonies of #1B172E
Complementary color
Monochromatic Colors of #1B172E
Black with #1B172E
Text Example
Text Example
White with #1B172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B172E; }
p { color: rgb(27,23,46); }
H1.HeaderClassName
{
color: #1B172E;
}
.AnyTagClassName
{
color: #1B172E;
}
</style>
background-color css
<style>
a { background-color: #1B172E; }
a { background-color: rgb(27,23,46); }
div.DivClassName
{
background-color: #1B172E;
}
.BgClassName
{
background-color: #1B172E;
}
</style>
border-color css
<style>
span { border-color: #1B172E; }
span { border-color: rgb(27,23,46); }
td.TdClassName
{
border-color: #1B172E;
}
.TagClassName
{
border-color: #1B172E;
}
</style>