Shades of Haiti #140E25
Tints of Haiti #140E25
RGB
CMYK
RGB Variations
Color information
#140E25 (or 0x140E25) is known color: Haiti. HEX triplet: 14, 0E and 25. RGB value is (20,14,37). Sum of RGB (Red+Green+Blue) = 20+14+37=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #140E25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E25 is #EBF1DA. Grayscale: #121212. Windows color (decimal): -15462875 or 2428436. OLE color: 2428436.
HSL color Cylindrical-coordinate representation of color #140E25: hue angle of 255.65º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #140E25 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 14 | 37 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.85 |
| HSL | 255.65º | 0.45% | 0.1% | - |
| HSV(B) | 255.65º | 0.62% | 0.15% | - |
| XYZ | 0.78 | 0.6 | 1.82 | - |
| YUV | 18.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 37 | 0.46 | 0.62 | 0 | 0.85 | 255.65 | 0.45 | 0.1 |
| Hex | 14 | E | 25 | 2E | 3E | 0 | 55 | 100 | 2D | A |
| Octal | 24 | 16 | 45 | 56 | 76 | 0 | 125 | 400 | 55 | 12 |
| Binary | 10100 | 1110 | 100101 | 101110 | 111110 | 0 | 1010101 | 100000000 | 101101 | 1010 |
Color Harmonies of #140E25
Complementary color
Monochromatic Colors of #140E25
Black with #140E25
Text Example
Text Example
White with #140E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E25; }
p { color: rgb(20,14,37); }
H1.HeaderClassName
{
color: #140E25;
}
.AnyTagClassName
{
color: #140E25;
}
</style>
background-color css
<style>
a { background-color: #140E25; }
a { background-color: rgb(20,14,37); }
div.DivClassName
{
background-color: #140E25;
}
.BgClassName
{
background-color: #140E25;
}
</style>
border-color css
<style>
span { border-color: #140E25; }
span { border-color: rgb(20,14,37); }
td.TdClassName
{
border-color: #140E25;
}
.TagClassName
{
border-color: #140E25;
}
</style>