Shades of Cyprus #11403E
Tints of Cyprus #11403E
RGB
CMYK
RGB Variations
Color information
#11403E (or 0x11403E) is known color: Cyprus. HEX triplet: 11, 40 and 3E. RGB value is (17,64,62). Sum of RGB (Red+Green+Blue) = 17+64+62=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #11403E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11403E is #EEBFC1. Grayscale: #313131. Windows color (decimal): -15646658 or 4079633. OLE color: 4079633.
HSL color Cylindrical-coordinate representation of color #11403E: hue angle of 177.45º 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 #11403E is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 62 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.75 |
| HSL | 177.45º | 0.58% | 0.16% | - |
| HSV(B) | 177.45º | 0.73% | 0.25% | - |
| XYZ | 2.93 | 4.13 | 5.2 | - |
| YUV | 49.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 62 | 0.73 | 0 | 0.03 | 0.75 | 177.45 | 0.58 | 0.16 |
| Hex | 11 | 40 | 3E | 49 | 0 | 3 | 4B | B1 | 3A | 10 |
| Octal | 21 | 100 | 76 | 111 | 0 | 3 | 113 | 261 | 72 | 20 |
| Binary | 10001 | 1000000 | 111110 | 1001001 | 0 | 11 | 1001011 | 10110001 | 111010 | 10000 |
Color Harmonies of #11403E
Complementary color
Monochromatic Colors of #11403E
Black with #11403E
Text Example
Text Example
White with #11403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11403E; }
p { color: rgb(17,64,62); }
H1.HeaderClassName
{
color: #11403E;
}
.AnyTagClassName
{
color: #11403E;
}
</style>
background-color css
<style>
a { background-color: #11403E; }
a { background-color: rgb(17,64,62); }
div.DivClassName
{
background-color: #11403E;
}
.BgClassName
{
background-color: #11403E;
}
</style>
border-color css
<style>
span { border-color: #11403E; }
span { border-color: rgb(17,64,62); }
td.TdClassName
{
border-color: #11403E;
}
.TagClassName
{
border-color: #11403E;
}
</style>