Shades of Cyprus #013F3F
Tints of Cyprus #013F3F
RGB
CMYK
RGB Variations
Color information
#013F3F (or 0x013F3F) is known color: Cyprus. HEX triplet: 01, 3F and 3F. RGB value is (1,63,63). Sum of RGB (Red+Green+Blue) = 1+63+63=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #013F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F3F is #FEC0C0. Grayscale: #2C2C2C. Windows color (decimal): -16695489 or 4144897. OLE color: 4144897.
HSL color Cylindrical-coordinate representation of color #013F3F: hue angle of 180º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F3F is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 63 | - |
| CMYK | 0.98 | 0 | 0 | 0.75 |
| HSL | 180º | 0.97% | 0.13% | - |
| HSV(B) | 180º | 0.98% | 0.25% | - |
| XYZ | 2.69 | 3.92 | 5.32 | - |
| YUV | 44.46 | 138.46 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 63 | 0.98 | 0 | 0 | 0.75 | 180 | 0.97 | 0.13 |
| Hex | 1 | 3F | 3F | 62 | 0 | 0 | 4B | B4 | 61 | D |
| Octal | 1 | 77 | 77 | 142 | 0 | 0 | 113 | 264 | 141 | 15 |
| Binary | 1 | 111111 | 111111 | 1100010 | 0 | 0 | 1001011 | 10110100 | 1100001 | 1101 |
Color Harmonies of #013F3F
Complementary color
Monochromatic Colors of #013F3F
Black with #013F3F
Text Example
Text Example
White with #013F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F3F; }
p { color: rgb(1,63,63); }
H1.HeaderClassName
{
color: #013F3F;
}
.AnyTagClassName
{
color: #013F3F;
}
</style>
background-color css
<style>
a { background-color: #013F3F; }
a { background-color: rgb(1,63,63); }
div.DivClassName
{
background-color: #013F3F;
}
.BgClassName
{
background-color: #013F3F;
}
</style>
border-color css
<style>
span { border-color: #013F3F; }
span { border-color: rgb(1,63,63); }
td.TdClassName
{
border-color: #013F3F;
}
.TagClassName
{
border-color: #013F3F;
}
</style>