Shades of Haiti #0E032C
Tints of Haiti #0E032C
RGB
CMYK
RGB Variations
Color information
#0E032C (or 0x0E032C) is known color: Haiti. HEX triplet: 0E, 03 and 2C. RGB value is (14,3,44). Sum of RGB (Red+Green+Blue) = 14+3+44=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E032C is #F1FCD3. Grayscale: #0A0A0A. Windows color (decimal): -15858900 or 2884366. OLE color: 2884366.
HSL color Cylindrical-coordinate representation of color #0E032C: hue angle of 256.1º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E032C is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 3 | 44 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.83 |
| HSL | 256.1º | 0.87% | 0.09% | - |
| HSV(B) | 256.1º | 0.93% | 0.17% | - |
| XYZ | 0.67 | 0.34 | 2.41 | - |
| YUV | 10.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 44 | 0.68 | 0.93 | 0 | 0.83 | 256.1 | 0.87 | 0.09 |
| Hex | E | 3 | 2C | 44 | 5D | 0 | 53 | 100 | 57 | 9 |
| Octal | 16 | 3 | 54 | 104 | 135 | 0 | 123 | 400 | 127 | 11 |
| Binary | 1110 | 11 | 101100 | 1000100 | 1011101 | 0 | 1010011 | 100000000 | 1010111 | 1001 |
Color Harmonies of #0E032C
Complementary color
Monochromatic Colors of #0E032C
Black with #0E032C
Text Example
Text Example
White with #0E032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E032C; }
p { color: rgb(14,3,44); }
H1.HeaderClassName
{
color: #0E032C;
}
.AnyTagClassName
{
color: #0E032C;
}
</style>
background-color css
<style>
a { background-color: #0E032C; }
a { background-color: rgb(14,3,44); }
div.DivClassName
{
background-color: #0E032C;
}
.BgClassName
{
background-color: #0E032C;
}
</style>
border-color css
<style>
span { border-color: #0E032C; }
span { border-color: rgb(14,3,44); }
td.TdClassName
{
border-color: #0E032C;
}
.TagClassName
{
border-color: #0E032C;
}
</style>