Shades of Cyprus #11403F
Tints of Cyprus #11403F
RGB
CMYK
RGB Variations
Color information
#11403F (or 0x11403F) is known color: Cyprus. HEX triplet: 11, 40 and 3F. RGB value is (17,64,63). Sum of RGB (Red+Green+Blue) = 17+64+63=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #11403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11403F is #EEBFC0. Grayscale: #313131. Windows color (decimal): -15646657 or 4145169. OLE color: 4145169.
HSL color Cylindrical-coordinate representation of color #11403F: hue angle of 178.72º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11403F is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 63 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.75 |
| HSL | 178.72º | 0.58% | 0.16% | - |
| HSV(B) | 178.72º | 0.73% | 0.25% | - |
| XYZ | 2.96 | 4.14 | 5.35 | - |
| YUV | 49.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 63 | 0.73 | 0 | 0.02 | 0.75 | 178.72 | 0.58 | 0.16 |
| Hex | 11 | 40 | 3F | 49 | 0 | 2 | 4B | B3 | 3A | 10 |
| Octal | 21 | 100 | 77 | 111 | 0 | 2 | 113 | 263 | 72 | 20 |
| Binary | 10001 | 1000000 | 111111 | 1001001 | 0 | 10 | 1001011 | 10110011 | 111010 | 10000 |
Color Harmonies of #11403F
Complementary color
Monochromatic Colors of #11403F
Black with #11403F
Text Example
Text Example
White with #11403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11403F; }
p { color: rgb(17,64,63); }
H1.HeaderClassName
{
color: #11403F;
}
.AnyTagClassName
{
color: #11403F;
}
</style>
background-color css
<style>
a { background-color: #11403F; }
a { background-color: rgb(17,64,63); }
div.DivClassName
{
background-color: #11403F;
}
.BgClassName
{
background-color: #11403F;
}
</style>
border-color css
<style>
span { border-color: #11403F; }
span { border-color: rgb(17,64,63); }
td.TdClassName
{
border-color: #11403F;
}
.TagClassName
{
border-color: #11403F;
}
</style>