Shades of Cyprus #0E413E
Tints of Cyprus #0E413E
RGB
CMYK
RGB Variations
Color information
#0E413E (or 0x0E413E) is known color: Cyprus. HEX triplet: 0E, 41 and 3E. RGB value is (14,65,62). Sum of RGB (Red+Green+Blue) = 14+65+62=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #0E413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E413E is #F1BEC1. Grayscale: #313131. Windows color (decimal): -15843010 or 4079886. OLE color: 4079886.
HSL color Cylindrical-coordinate representation of color #0E413E: hue angle of 176.47º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E413E is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 65 | 62 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.75 |
| HSL | 176.47º | 0.65% | 0.15% | - |
| HSV(B) | 176.47º | 0.78% | 0.25% | - |
| XYZ | 2.94 | 4.22 | 5.22 | - |
| YUV | 49.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 65 | 62 | 0.78 | 0 | 0.05 | 0.75 | 176.47 | 0.65 | 0.15 |
| Hex | E | 41 | 3E | 4E | 0 | 5 | 4B | B0 | 41 | F |
| Octal | 16 | 101 | 76 | 116 | 0 | 5 | 113 | 260 | 101 | 17 |
| Binary | 1110 | 1000001 | 111110 | 1001110 | 0 | 101 | 1001011 | 10110000 | 1000001 | 1111 |
Color Harmonies of #0E413E
Complementary color
Monochromatic Colors of #0E413E
Black with #0E413E
Text Example
Text Example
White with #0E413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E413E; }
p { color: rgb(14,65,62); }
H1.HeaderClassName
{
color: #0E413E;
}
.AnyTagClassName
{
color: #0E413E;
}
</style>
background-color css
<style>
a { background-color: #0E413E; }
a { background-color: rgb(14,65,62); }
div.DivClassName
{
background-color: #0E413E;
}
.BgClassName
{
background-color: #0E413E;
}
</style>
border-color css
<style>
span { border-color: #0E413E; }
span { border-color: rgb(14,65,62); }
td.TdClassName
{
border-color: #0E413E;
}
.TagClassName
{
border-color: #0E413E;
}
</style>