Shades of Haiti #130C31
Tints of Haiti #130C31
RGB
CMYK
RGB Variations
Color information
#130C31 (or 0x130C31) is known color: Haiti. HEX triplet: 13, 0C and 31. RGB value is (19,12,49). Sum of RGB (Red+Green+Blue) = 19+12+49=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #130C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C31 is #ECF3CE. Grayscale: #121212. Windows color (decimal): -15528911 or 3214355. OLE color: 3214355.
HSL color Cylindrical-coordinate representation of color #130C31: hue angle of 251.35º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #130C31 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 12 | 49 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.81 |
| HSL | 251.35º | 0.61% | 0.12% | - |
| HSV(B) | 251.35º | 0.76% | 0.19% | - |
| XYZ | 0.95 | 0.62 | 2.98 | - |
| YUV | 18.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 49 | 0.61 | 0.76 | 0 | 0.81 | 251.35 | 0.61 | 0.12 |
| Hex | 13 | C | 31 | 3D | 4C | 0 | 51 | FB | 3D | C |
| Octal | 23 | 14 | 61 | 75 | 114 | 0 | 121 | 373 | 75 | 14 |
| Binary | 10011 | 1100 | 110001 | 111101 | 1001100 | 0 | 1010001 | 11111011 | 111101 | 1100 |
Color Harmonies of #130C31
Complementary color
Monochromatic Colors of #130C31
Black with #130C31
Text Example
Text Example
White with #130C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C31; }
p { color: rgb(19,12,49); }
H1.HeaderClassName
{
color: #130C31;
}
.AnyTagClassName
{
color: #130C31;
}
</style>
background-color css
<style>
a { background-color: #130C31; }
a { background-color: rgb(19,12,49); }
div.DivClassName
{
background-color: #130C31;
}
.BgClassName
{
background-color: #130C31;
}
</style>
border-color css
<style>
span { border-color: #130C31; }
span { border-color: rgb(19,12,49); }
td.TdClassName
{
border-color: #130C31;
}
.TagClassName
{
border-color: #130C31;
}
</style>