Shades of Haiti #130C2C
Tints of Haiti #130C2C
RGB
CMYK
RGB Variations
Color information
#130C2C (or 0x130C2C) is known color: Haiti. HEX triplet: 13, 0C and 2C. RGB value is (19,12,44). Sum of RGB (Red+Green+Blue) = 19+12+44=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #130C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C2C is #ECF3D3. Grayscale: #111111. Windows color (decimal): -15528916 or 2886675. OLE color: 2886675.
HSL color Cylindrical-coordinate representation of color #130C2C: hue angle of 253.12º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #130C2C is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 12 | 44 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.83 |
| HSL | 253.13º | 0.57% | 0.11% | - |
| HSV(B) | 253.13º | 0.73% | 0.17% | - |
| XYZ | 0.85 | 0.58 | 2.45 | - |
| YUV | 17.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 44 | 0.57 | 0.73 | 0 | 0.83 | 253.13 | 0.57 | 0.11 |
| Hex | 13 | C | 2C | 39 | 49 | 0 | 53 | FD | 39 | B |
| Octal | 23 | 14 | 54 | 71 | 111 | 0 | 123 | 375 | 71 | 13 |
| Binary | 10011 | 1100 | 101100 | 111001 | 1001001 | 0 | 1010011 | 11111101 | 111001 | 1011 |
Color Harmonies of #130C2C
Complementary color
Monochromatic Colors of #130C2C
Black with #130C2C
Text Example
Text Example
White with #130C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C2C; }
p { color: rgb(19,12,44); }
H1.HeaderClassName
{
color: #130C2C;
}
.AnyTagClassName
{
color: #130C2C;
}
</style>
background-color css
<style>
a { background-color: #130C2C; }
a { background-color: rgb(19,12,44); }
div.DivClassName
{
background-color: #130C2C;
}
.BgClassName
{
background-color: #130C2C;
}
</style>
border-color css
<style>
span { border-color: #130C2C; }
span { border-color: rgb(19,12,44); }
td.TdClassName
{
border-color: #130C2C;
}
.TagClassName
{
border-color: #130C2C;
}
</style>