Shades of Haiti #1B191F
Tints of Haiti #1B191F
RGB
CMYK
RGB Variations
Color information
#1B191F (or 0x1B191F) is known color: Haiti. HEX triplet: 1B, 19 and 1F. RGB value is (27,25,31). Sum of RGB (Red+Green+Blue) = 27+25+31=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B191F is #E4E6E0. Grayscale: #1A1A1A. Windows color (decimal): -15001313 or 2038043. OLE color: 2038043.
HSL color Cylindrical-coordinate representation of color #1B191F: hue angle of 260º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1B191F is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 25 | 31 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.88 |
| HSL | 260º | 0.11% | 0.11% | - |
| HSV(B) | 260º | 0.19% | 0.12% | - |
| XYZ | 1.05 | 1.03 | 1.44 | - |
| YUV | 26.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 31 | 0.13 | 0.19 | 0 | 0.88 | 260 | 0.11 | 0.11 |
| Hex | 1B | 19 | 1F | D | 13 | 0 | 58 | 104 | B | B |
| Octal | 33 | 31 | 37 | 15 | 23 | 0 | 130 | 404 | 13 | 13 |
| Binary | 11011 | 11001 | 11111 | 1101 | 10011 | 0 | 1011000 | 100000100 | 1011 | 1011 |
Color Harmonies of #1B191F
Complementary color
Monochromatic Colors of #1B191F
Black with #1B191F
Text Example
Text Example
White with #1B191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B191F; }
p { color: rgb(27,25,31); }
H1.HeaderClassName
{
color: #1B191F;
}
.AnyTagClassName
{
color: #1B191F;
}
</style>
background-color css
<style>
a { background-color: #1B191F; }
a { background-color: rgb(27,25,31); }
div.DivClassName
{
background-color: #1B191F;
}
.BgClassName
{
background-color: #1B191F;
}
</style>
border-color css
<style>
span { border-color: #1B191F; }
span { border-color: rgb(27,25,31); }
td.TdClassName
{
border-color: #1B191F;
}
.TagClassName
{
border-color: #1B191F;
}
</style>