Shades of Haiti #140C25
Tints of Haiti #140C25
RGB
CMYK
RGB Variations
Color information
#140C25 (or 0x140C25) is known color: Haiti. HEX triplet: 14, 0C and 25. RGB value is (20,12,37). Sum of RGB (Red+Green+Blue) = 20+12+37=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #140C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C25 is #EBF3DA. Grayscale: #111111. Windows color (decimal): -15463387 or 2427924. OLE color: 2427924.
HSL color Cylindrical-coordinate representation of color #140C25: hue angle of 259.2º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #140C25 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 12 | 37 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.85 |
| HSL | 259.2º | 0.51% | 0.1% | - |
| HSV(B) | 259.2º | 0.68% | 0.15% | - |
| XYZ | 0.75 | 0.55 | 1.82 | - |
| YUV | 17.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 37 | 0.46 | 0.68 | 0 | 0.85 | 259.2 | 0.51 | 0.1 |
| Hex | 14 | C | 25 | 2E | 44 | 0 | 55 | 103 | 33 | A |
| Octal | 24 | 14 | 45 | 56 | 104 | 0 | 125 | 403 | 63 | 12 |
| Binary | 10100 | 1100 | 100101 | 101110 | 1000100 | 0 | 1010101 | 100000011 | 110011 | 1010 |
Color Harmonies of #140C25
Complementary color
Monochromatic Colors of #140C25
Black with #140C25
Text Example
Text Example
White with #140C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C25; }
p { color: rgb(20,12,37); }
H1.HeaderClassName
{
color: #140C25;
}
.AnyTagClassName
{
color: #140C25;
}
</style>
background-color css
<style>
a { background-color: #140C25; }
a { background-color: rgb(20,12,37); }
div.DivClassName
{
background-color: #140C25;
}
.BgClassName
{
background-color: #140C25;
}
</style>
border-color css
<style>
span { border-color: #140C25; }
span { border-color: rgb(20,12,37); }
td.TdClassName
{
border-color: #140C25;
}
.TagClassName
{
border-color: #140C25;
}
</style>