Shades of Cyprus #013D3D
Tints of Cyprus #013D3D
RGB
CMYK
RGB Variations
Color information
#013D3D (or 0x013D3D) is known color: Cyprus. HEX triplet: 01, 3D and 3D. RGB value is (1,61,61). Sum of RGB (Red+Green+Blue) = 1+61+61=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #013D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D3D is #FEC2C2. Grayscale: #2A2A2A. Windows color (decimal): -16696003 or 4013313. OLE color: 4013313.
HSL color Cylindrical-coordinate representation of color #013D3D: hue angle of 180º 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 #013D3D is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 61 | - |
| CMYK | 0.98 | 0 | 0 | 0.76 |
| HSL | 180º | 0.97% | 0.12% | - |
| HSV(B) | 180º | 0.98% | 0.24% | - |
| XYZ | 2.52 | 3.68 | 4.99 | - |
| YUV | 43.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 61 | 0.98 | 0 | 0 | 0.76 | 180 | 0.97 | 0.12 |
| Hex | 1 | 3D | 3D | 62 | 0 | 0 | 4C | B4 | 61 | C |
| Octal | 1 | 75 | 75 | 142 | 0 | 0 | 114 | 264 | 141 | 14 |
| Binary | 1 | 111101 | 111101 | 1100010 | 0 | 0 | 1001100 | 10110100 | 1100001 | 1100 |
Color Harmonies of #013D3D
Complementary color
Monochromatic Colors of #013D3D
Black with #013D3D
Text Example
Text Example
White with #013D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D3D; }
p { color: rgb(1,61,61); }
H1.HeaderClassName
{
color: #013D3D;
}
.AnyTagClassName
{
color: #013D3D;
}
</style>
background-color css
<style>
a { background-color: #013D3D; }
a { background-color: rgb(1,61,61); }
div.DivClassName
{
background-color: #013D3D;
}
.BgClassName
{
background-color: #013D3D;
}
</style>
border-color css
<style>
span { border-color: #013D3D; }
span { border-color: rgb(1,61,61); }
td.TdClassName
{
border-color: #013D3D;
}
.TagClassName
{
border-color: #013D3D;
}
</style>