Shades of Haiti #1F192E
Tints of Haiti #1F192E
RGB
CMYK
RGB Variations
Color information
#1F192E (or 0x1F192E) is known color: Haiti. HEX triplet: 1F, 19 and 2E. RGB value is (31,25,46). Sum of RGB (Red+Green+Blue) = 31+25+46=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F192E is #E0E6D1. Grayscale: #1D1D1D. Windows color (decimal): -14739154 or 3021087. OLE color: 3021087.
HSL color Cylindrical-coordinate representation of color #1F192E: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F192E is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 25 | 46 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.82 |
| HSL | 257.14º | 0.3% | 0.14% | - |
| HSV(B) | 257.14º | 0.46% | 0.18% | - |
| XYZ | 1.41 | 1.18 | 2.74 | - |
| YUV | 29.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 46 | 0.33 | 0.46 | 0 | 0.82 | 257.14 | 0.3 | 0.14 |
| Hex | 1F | 19 | 2E | 21 | 2E | 0 | 52 | 101 | 1E | E |
| Octal | 37 | 31 | 56 | 41 | 56 | 0 | 122 | 401 | 36 | 16 |
| Binary | 11111 | 11001 | 101110 | 100001 | 101110 | 0 | 1010010 | 100000001 | 11110 | 1110 |
Color Harmonies of #1F192E
Complementary color
Monochromatic Colors of #1F192E
Black with #1F192E
Text Example
Text Example
White with #1F192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F192E; }
p { color: rgb(31,25,46); }
H1.HeaderClassName
{
color: #1F192E;
}
.AnyTagClassName
{
color: #1F192E;
}
</style>
background-color css
<style>
a { background-color: #1F192E; }
a { background-color: rgb(31,25,46); }
div.DivClassName
{
background-color: #1F192E;
}
.BgClassName
{
background-color: #1F192E;
}
</style>
border-color css
<style>
span { border-color: #1F192E; }
span { border-color: rgb(31,25,46); }
td.TdClassName
{
border-color: #1F192E;
}
.TagClassName
{
border-color: #1F192E;
}
</style>