Shades of Cyprus #013333
Tints of Cyprus #013333
RGB
CMYK
RGB Variations
Color information
#013333 (or 0x013333) is known color: Cyprus. HEX triplet: 01, 33 and 33. RGB value is (1,51,51). Sum of RGB (Red+Green+Blue) = 1+51+51=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #013333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013333 is #FECCCC. Grayscale: #242424. Windows color (decimal): -16698573 or 3355393. OLE color: 3355393.
HSL color Cylindrical-coordinate representation of color #013333: hue angle of 180º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013333 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 51 | - |
| CMYK | 0.98 | 0 | 0 | 0.8 |
| HSL | 180º | 0.96% | 0.1% | - |
| HSV(B) | 180º | 0.98% | 0.2% | - |
| XYZ | 1.79 | 2.61 | 3.54 | - |
| YUV | 36.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 51 | 0.98 | 0 | 0 | 0.8 | 180 | 0.96 | 0.1 |
| Hex | 1 | 33 | 33 | 62 | 0 | 0 | 50 | B4 | 60 | A |
| Octal | 1 | 63 | 63 | 142 | 0 | 0 | 120 | 264 | 140 | 12 |
| Binary | 1 | 110011 | 110011 | 1100010 | 0 | 0 | 1010000 | 10110100 | 1100000 | 1010 |
Color Harmonies of #013333
Complementary color
Monochromatic Colors of #013333
Black with #013333
Text Example
Text Example
White with #013333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013333; }
p { color: rgb(1,51,51); }
H1.HeaderClassName
{
color: #013333;
}
.AnyTagClassName
{
color: #013333;
}
</style>
background-color css
<style>
a { background-color: #013333; }
a { background-color: rgb(1,51,51); }
div.DivClassName
{
background-color: #013333;
}
.BgClassName
{
background-color: #013333;
}
</style>
border-color css
<style>
span { border-color: #013333; }
span { border-color: rgb(1,51,51); }
td.TdClassName
{
border-color: #013333;
}
.TagClassName
{
border-color: #013333;
}
</style>