Shades of Haiti #130D1E
Tints of Haiti #130D1E
RGB
CMYK
RGB Variations
Color information
#130D1E (or 0x130D1E) is known color: Haiti. HEX triplet: 13, 0D and 1E. RGB value is (19,13,30). Sum of RGB (Red+Green+Blue) = 19+13+30=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #130D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D1E is #ECF2E1. Grayscale: #101010. Windows color (decimal): -15528674 or 1969427. OLE color: 1969427.
HSL color Cylindrical-coordinate representation of color #130D1E: hue angle of 261.18º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #130D1E is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 13 | 30 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.88 |
| HSL | 261.18º | 0.4% | 0.08% | - |
| HSV(B) | 261.18º | 0.57% | 0.12% | - |
| XYZ | 0.65 | 0.52 | 1.29 | - |
| YUV | 16.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 30 | 0.37 | 0.57 | 0 | 0.88 | 261.18 | 0.4 | 0.08 |
| Hex | 13 | D | 1E | 25 | 39 | 0 | 58 | 105 | 28 | 8 |
| Octal | 23 | 15 | 36 | 45 | 71 | 0 | 130 | 405 | 50 | 10 |
| Binary | 10011 | 1101 | 11110 | 100101 | 111001 | 0 | 1011000 | 100000101 | 101000 | 1000 |
Color Harmonies of #130D1E
Complementary color
Monochromatic Colors of #130D1E
Black with #130D1E
Text Example
Text Example
White with #130D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D1E; }
p { color: rgb(19,13,30); }
H1.HeaderClassName
{
color: #130D1E;
}
.AnyTagClassName
{
color: #130D1E;
}
</style>
background-color css
<style>
a { background-color: #130D1E; }
a { background-color: rgb(19,13,30); }
div.DivClassName
{
background-color: #130D1E;
}
.BgClassName
{
background-color: #130D1E;
}
</style>
border-color css
<style>
span { border-color: #130D1E; }
span { border-color: rgb(19,13,30); }
td.TdClassName
{
border-color: #130D1E;
}
.TagClassName
{
border-color: #130D1E;
}
</style>