Shades of Cyprus #013E3B
Tints of Cyprus #013E3B
RGB
CMYK
RGB Variations
Color information
#013E3B (or 0x013E3B) is known color: Cyprus. HEX triplet: 01, 3E and 3B. RGB value is (1,62,59). Sum of RGB (Red+Green+Blue) = 1+62+59=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #013E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E3B is #FEC1C4. Grayscale: #2B2B2B. Windows color (decimal): -16695749 or 3882497. OLE color: 3882497.
HSL color Cylindrical-coordinate representation of color #013E3B: hue angle of 177.05º 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 #013E3B is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 62 | 59 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.76 |
| HSL | 177.05º | 0.97% | 0.12% | - |
| HSV(B) | 177.05º | 0.98% | 0.24% | - |
| XYZ | 2.52 | 3.77 | 4.73 | - |
| YUV | 43.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 59 | 0.98 | 0 | 0.05 | 0.76 | 177.05 | 0.97 | 0.12 |
| Hex | 1 | 3E | 3B | 62 | 0 | 5 | 4C | B1 | 61 | C |
| Octal | 1 | 76 | 73 | 142 | 0 | 5 | 114 | 261 | 141 | 14 |
| Binary | 1 | 111110 | 111011 | 1100010 | 0 | 101 | 1001100 | 10110001 | 1100001 | 1100 |
Color Harmonies of #013E3B
Complementary color
Monochromatic Colors of #013E3B
Black with #013E3B
Text Example
Text Example
White with #013E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E3B; }
p { color: rgb(1,62,59); }
H1.HeaderClassName
{
color: #013E3B;
}
.AnyTagClassName
{
color: #013E3B;
}
</style>
background-color css
<style>
a { background-color: #013E3B; }
a { background-color: rgb(1,62,59); }
div.DivClassName
{
background-color: #013E3B;
}
.BgClassName
{
background-color: #013E3B;
}
</style>
border-color css
<style>
span { border-color: #013E3B; }
span { border-color: rgb(1,62,59); }
td.TdClassName
{
border-color: #013E3B;
}
.TagClassName
{
border-color: #013E3B;
}
</style>