Shades of Haiti #0E042A
Tints of Haiti #0E042A
RGB
CMYK
RGB Variations
Color information
#0E042A (or 0x0E042A) is known color: Haiti. HEX triplet: 0E, 04 and 2A. RGB value is (14,4,42). Sum of RGB (Red+Green+Blue) = 14+4+42=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #0E042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E042A is #F1FBD5. Grayscale: #0B0B0B. Windows color (decimal): -15858646 or 2753550. OLE color: 2753550.
HSL color Cylindrical-coordinate representation of color #0E042A: hue angle of 255.79º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E042A is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 4 | 42 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.84 |
| HSL | 255.79º | 0.83% | 0.09% | - |
| HSV(B) | 255.79º | 0.9% | 0.16% | - |
| XYZ | 0.64 | 0.35 | 2.22 | - |
| YUV | 11.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 42 | 0.67 | 0.90 | 0 | 0.84 | 255.79 | 0.83 | 0.09 |
| Hex | E | 4 | 2A | 43 | 5A | 0 | 54 | 100 | 53 | 9 |
| Octal | 16 | 4 | 52 | 103 | 132 | 0 | 124 | 400 | 123 | 11 |
| Binary | 1110 | 100 | 101010 | 1000011 | 1011010 | 0 | 1010100 | 100000000 | 1010011 | 1001 |
Color Harmonies of #0E042A
Complementary color
Monochromatic Colors of #0E042A
Black with #0E042A
Text Example
Text Example
White with #0E042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E042A; }
p { color: rgb(14,4,42); }
H1.HeaderClassName
{
color: #0E042A;
}
.AnyTagClassName
{
color: #0E042A;
}
</style>
background-color css
<style>
a { background-color: #0E042A; }
a { background-color: rgb(14,4,42); }
div.DivClassName
{
background-color: #0E042A;
}
.BgClassName
{
background-color: #0E042A;
}
</style>
border-color css
<style>
span { border-color: #0E042A; }
span { border-color: rgb(14,4,42); }
td.TdClassName
{
border-color: #0E042A;
}
.TagClassName
{
border-color: #0E042A;
}
</style>