Shades of Cyprus #103F41
Tints of Cyprus #103F41
RGB
CMYK
RGB Variations
Color information
#103F41 (or 0x103F41) is known color: Cyprus. HEX triplet: 10, 3F and 41. RGB value is (16,63,65). Sum of RGB (Red+Green+Blue) = 16+63+65=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #103F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F41 is #EFC0BE. Grayscale: #313131. Windows color (decimal): -15712447 or 4275984. OLE color: 4275984.
HSL color Cylindrical-coordinate representation of color #103F41: hue angle of 182.45º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F41 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 65 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.75 |
| HSL | 182.45º | 0.6% | 0.16% | - |
| HSV(B) | 182.45º | 0.75% | 0.25% | - |
| XYZ | 2.95 | 4.05 | 5.63 | - |
| YUV | 49.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 65 | 0.75 | 0.03 | 0 | 0.75 | 182.45 | 0.6 | 0.16 |
| Hex | 10 | 3F | 41 | 4B | 3 | 0 | 4B | B6 | 3C | 10 |
| Octal | 20 | 77 | 101 | 113 | 3 | 0 | 113 | 266 | 74 | 20 |
| Binary | 10000 | 111111 | 1000001 | 1001011 | 11 | 0 | 1001011 | 10110110 | 111100 | 10000 |
Color Harmonies of #103F41
Complementary color
Monochromatic Colors of #103F41
Black with #103F41
Text Example
Text Example
White with #103F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F41; }
p { color: rgb(16,63,65); }
H1.HeaderClassName
{
color: #103F41;
}
.AnyTagClassName
{
color: #103F41;
}
</style>
background-color css
<style>
a { background-color: #103F41; }
a { background-color: rgb(16,63,65); }
div.DivClassName
{
background-color: #103F41;
}
.BgClassName
{
background-color: #103F41;
}
</style>
border-color css
<style>
span { border-color: #103F41; }
span { border-color: rgb(16,63,65); }
td.TdClassName
{
border-color: #103F41;
}
.TagClassName
{
border-color: #103F41;
}
</style>