Shades of Cyprus #11433F
Tints of Cyprus #11433F
RGB
CMYK
RGB Variations
Color information
#11433F (or 0x11433F) is known color: Cyprus. HEX triplet: 11, 43 and 3F. RGB value is (17,67,63). Sum of RGB (Red+Green+Blue) = 17+67+63=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #11433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11433F is #EEBCC0. Grayscale: #333333. Windows color (decimal): -15645889 or 4145937. OLE color: 4145937.
HSL color Cylindrical-coordinate representation of color #11433F: hue angle of 175.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11433F is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 63 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.74 |
| HSL | 175.2º | 0.6% | 0.16% | - |
| HSV(B) | 175.2º | 0.75% | 0.26% | - |
| XYZ | 3.14 | 4.49 | 5.4 | - |
| YUV | 51.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 63 | 0.75 | 0 | 0.06 | 0.74 | 175.2 | 0.6 | 0.16 |
| Hex | 11 | 43 | 3F | 4B | 0 | 6 | 4A | AF | 3C | 10 |
| Octal | 21 | 103 | 77 | 113 | 0 | 6 | 112 | 257 | 74 | 20 |
| Binary | 10001 | 1000011 | 111111 | 1001011 | 0 | 110 | 1001010 | 10101111 | 111100 | 10000 |
Color Harmonies of #11433F
Complementary color
Monochromatic Colors of #11433F
Black with #11433F
Text Example
Text Example
White with #11433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11433F; }
p { color: rgb(17,67,63); }
H1.HeaderClassName
{
color: #11433F;
}
.AnyTagClassName
{
color: #11433F;
}
</style>
background-color css
<style>
a { background-color: #11433F; }
a { background-color: rgb(17,67,63); }
div.DivClassName
{
background-color: #11433F;
}
.BgClassName
{
background-color: #11433F;
}
</style>
border-color css
<style>
span { border-color: #11433F; }
span { border-color: rgb(17,67,63); }
td.TdClassName
{
border-color: #11433F;
}
.TagClassName
{
border-color: #11433F;
}
</style>