Shades of Haiti #130A2B
Tints of Haiti #130A2B
RGB
CMYK
RGB Variations
Color information
#130A2B (or 0x130A2B) is known color: Haiti. HEX triplet: 13, 0A and 2B. RGB value is (19,10,43). Sum of RGB (Red+Green+Blue) = 19+10+43=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #130A2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A2B is #ECF5D4. Grayscale: #101010. Windows color (decimal): -15529429 or 2820627. OLE color: 2820627.
HSL color Cylindrical-coordinate representation of color #130A2B: hue angle of 256.36º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #130A2B is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 10 | 43 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.83 |
| HSL | 256.36º | 0.62% | 0.1% | - |
| HSV(B) | 256.36º | 0.77% | 0.17% | - |
| XYZ | 0.81 | 0.53 | 2.34 | - |
| YUV | 16.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 43 | 0.56 | 0.77 | 0 | 0.83 | 256.36 | 0.62 | 0.1 |
| Hex | 13 | A | 2B | 38 | 4D | 0 | 53 | 100 | 3E | A |
| Octal | 23 | 12 | 53 | 70 | 115 | 0 | 123 | 400 | 76 | 12 |
| Binary | 10011 | 1010 | 101011 | 111000 | 1001101 | 0 | 1010011 | 100000000 | 111110 | 1010 |
Color Harmonies of #130A2B
Complementary color
Monochromatic Colors of #130A2B
Black with #130A2B
Text Example
Text Example
White with #130A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A2B; }
p { color: rgb(19,10,43); }
H1.HeaderClassName
{
color: #130A2B;
}
.AnyTagClassName
{
color: #130A2B;
}
</style>
background-color css
<style>
a { background-color: #130A2B; }
a { background-color: rgb(19,10,43); }
div.DivClassName
{
background-color: #130A2B;
}
.BgClassName
{
background-color: #130A2B;
}
</style>
border-color css
<style>
span { border-color: #130A2B; }
span { border-color: rgb(19,10,43); }
td.TdClassName
{
border-color: #130A2B;
}
.TagClassName
{
border-color: #130A2B;
}
</style>