Shades of Haiti #130B2C
Tints of Haiti #130B2C
RGB
CMYK
RGB Variations
Color information
#130B2C (or 0x130B2C) is known color: Haiti. HEX triplet: 13, 0B and 2C. RGB value is (19,11,44). Sum of RGB (Red+Green+Blue) = 19+11+44=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #130B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B2C is #ECF4D3. Grayscale: #111111. Windows color (decimal): -15529172 or 2886419. OLE color: 2886419.
HSL color Cylindrical-coordinate representation of color #130B2C: hue angle of 254.55º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130B2C is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 11 | 44 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.83 |
| HSL | 254.55º | 0.6% | 0.11% | - |
| HSV(B) | 254.55º | 0.75% | 0.17% | - |
| XYZ | 0.84 | 0.56 | 2.45 | - |
| YUV | 17.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 44 | 0.57 | 0.75 | 0 | 0.83 | 254.55 | 0.6 | 0.11 |
| Hex | 13 | B | 2C | 39 | 4B | 0 | 53 | FF | 3C | B |
| Octal | 23 | 13 | 54 | 71 | 113 | 0 | 123 | 377 | 74 | 13 |
| Binary | 10011 | 1011 | 101100 | 111001 | 1001011 | 0 | 1010011 | 11111111 | 111100 | 1011 |
Color Harmonies of #130B2C
Complementary color
Monochromatic Colors of #130B2C
Black with #130B2C
Text Example
Text Example
White with #130B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B2C; }
p { color: rgb(19,11,44); }
H1.HeaderClassName
{
color: #130B2C;
}
.AnyTagClassName
{
color: #130B2C;
}
</style>
background-color css
<style>
a { background-color: #130B2C; }
a { background-color: rgb(19,11,44); }
div.DivClassName
{
background-color: #130B2C;
}
.BgClassName
{
background-color: #130B2C;
}
</style>
border-color css
<style>
span { border-color: #130B2C; }
span { border-color: rgb(19,11,44); }
td.TdClassName
{
border-color: #130B2C;
}
.TagClassName
{
border-color: #130B2C;
}
</style>