Shades of Cyprus #003F39
Tints of Cyprus #003F39
RGB
CMYK
RGB Variations
Color information
#003F39 (or 0x003F39) is known color: Cyprus. HEX triplet: 00, 3F and 39. RGB value is (0,63,57). Sum of RGB (Red+Green+Blue) = 0+63+57=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #003F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F39 is #FFC0C6. Grayscale: #2B2B2B. Windows color (decimal): -16761031 or 3751680. OLE color: 3751680.
HSL color Cylindrical-coordinate representation of color #003F39: hue angle of 174.29º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F39 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 63 | 57 | - |
| CMYK | 1 | 0 | 0.10 | 0.75 |
| HSL | 174.29º | 1% | 0.12% | - |
| HSV(B) | 174.29º | 1% | 0.25% | - |
| XYZ | 2.52 | 3.85 | 4.48 | - |
| YUV | 43.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 57 | 1 | 0 | 0.10 | 0.75 | 174.29 | 1 | 0.12 |
| Hex | 0 | 3F | 39 | 64 | 0 | A | 4B | AE | 64 | C |
| Octal | 0 | 77 | 71 | 144 | 0 | 12 | 113 | 256 | 144 | 14 |
| Binary | 0 | 111111 | 111001 | 1100100 | 0 | 1010 | 1001011 | 10101110 | 1100100 | 1100 |
Color Harmonies of #003F39
Complementary color
Monochromatic Colors of #003F39
Black with #003F39
Text Example
Text Example
White with #003F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F39; }
p { color: rgb(0,63,57); }
H1.HeaderClassName
{
color: #003F39;
}
.AnyTagClassName
{
color: #003F39;
}
</style>
background-color css
<style>
a { background-color: #003F39; }
a { background-color: rgb(0,63,57); }
div.DivClassName
{
background-color: #003F39;
}
.BgClassName
{
background-color: #003F39;
}
</style>
border-color css
<style>
span { border-color: #003F39; }
span { border-color: rgb(0,63,57); }
td.TdClassName
{
border-color: #003F39;
}
.TagClassName
{
border-color: #003F39;
}
</style>