Shades of Cyprus #013E35
Tints of Cyprus #013E35
RGB
CMYK
RGB Variations
Color information
#013E35 (or 0x013E35) is known color: Cyprus. HEX triplet: 01, 3E and 35. RGB value is (1,62,53). Sum of RGB (Red+Green+Blue) = 1+62+53=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #013E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E35 is #FEC1CA. Grayscale: #2A2A2A. Windows color (decimal): -16695755 or 3489281. OLE color: 3489281.
HSL color Cylindrical-coordinate representation of color #013E35: hue angle of 171.15º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E35 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 62 | 53 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.76 |
| HSL | 171.15º | 0.97% | 0.12% | - |
| HSV(B) | 171.15º | 0.98% | 0.24% | - |
| XYZ | 2.38 | 3.71 | 3.96 | - |
| YUV | 42.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 53 | 0.98 | 0 | 0.15 | 0.76 | 171.15 | 0.97 | 0.12 |
| Hex | 1 | 3E | 35 | 62 | 0 | F | 4C | AB | 61 | C |
| Octal | 1 | 76 | 65 | 142 | 0 | 17 | 114 | 253 | 141 | 14 |
| Binary | 1 | 111110 | 110101 | 1100010 | 0 | 1111 | 1001100 | 10101011 | 1100001 | 1100 |
Color Harmonies of #013E35
Complementary color
Monochromatic Colors of #013E35
Black with #013E35
Text Example
Text Example
White with #013E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E35; }
p { color: rgb(1,62,53); }
H1.HeaderClassName
{
color: #013E35;
}
.AnyTagClassName
{
color: #013E35;
}
</style>
background-color css
<style>
a { background-color: #013E35; }
a { background-color: rgb(1,62,53); }
div.DivClassName
{
background-color: #013E35;
}
.BgClassName
{
background-color: #013E35;
}
</style>
border-color css
<style>
span { border-color: #013E35; }
span { border-color: rgb(1,62,53); }
td.TdClassName
{
border-color: #013E35;
}
.TagClassName
{
border-color: #013E35;
}
</style>