Shades of Haiti #130E1D
Tints of Haiti #130E1D
RGB
CMYK
RGB Variations
Color information
#130E1D (or 0x130E1D) is known color: Haiti. HEX triplet: 13, 0E and 1D. RGB value is (19,14,29). Sum of RGB (Red+Green+Blue) = 19+14+29=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #130E1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E1D is #ECF1E2. Grayscale: #111111. Windows color (decimal): -15528419 or 1904147. OLE color: 1904147.
HSL color Cylindrical-coordinate representation of color #130E1D: hue angle of 260º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #130E1D is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 14 | 29 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.89 |
| HSL | 260º | 0.35% | 0.08% | - |
| HSV(B) | 260º | 0.52% | 0.11% | - |
| XYZ | 0.65 | 0.54 | 1.23 | - |
| YUV | 17.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 29 | 0.34 | 0.52 | 0 | 0.89 | 260 | 0.35 | 0.08 |
| Hex | 13 | E | 1D | 22 | 34 | 0 | 59 | 104 | 23 | 8 |
| Octal | 23 | 16 | 35 | 42 | 64 | 0 | 131 | 404 | 43 | 10 |
| Binary | 10011 | 1110 | 11101 | 100010 | 110100 | 0 | 1011001 | 100000100 | 100011 | 1000 |
Color Harmonies of #130E1D
Complementary color
Monochromatic Colors of #130E1D
Black with #130E1D
Text Example
Text Example
White with #130E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E1D; }
p { color: rgb(19,14,29); }
H1.HeaderClassName
{
color: #130E1D;
}
.AnyTagClassName
{
color: #130E1D;
}
</style>
background-color css
<style>
a { background-color: #130E1D; }
a { background-color: rgb(19,14,29); }
div.DivClassName
{
background-color: #130E1D;
}
.BgClassName
{
background-color: #130E1D;
}
</style>
border-color css
<style>
span { border-color: #130E1D; }
span { border-color: rgb(19,14,29); }
td.TdClassName
{
border-color: #130E1D;
}
.TagClassName
{
border-color: #130E1D;
}
</style>