Shades of Cyprus #0F4441
Tints of Cyprus #0F4441
RGB
CMYK
RGB Variations
Color information
#0F4441 (or 0x0F4441) is known color: Cyprus. HEX triplet: 0F, 44 and 41. RGB value is (15,68,65). Sum of RGB (Red+Green+Blue) = 15+68+65=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #0F4441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4441 is #F0BBBE. Grayscale: #333333. Windows color (decimal): -15776703 or 4277263. OLE color: 4277263.
HSL color Cylindrical-coordinate representation of color #0F4441: hue angle of 176.6º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4441 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 68 | 65 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.73 |
| HSL | 176.6º | 0.64% | 0.16% | - |
| HSV(B) | 176.6º | 0.78% | 0.27% | - |
| XYZ | 3.22 | 4.62 | 5.72 | - |
| YUV | 51.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 65 | 0.78 | 0 | 0.04 | 0.73 | 176.6 | 0.64 | 0.16 |
| Hex | F | 44 | 41 | 4E | 0 | 4 | 49 | B1 | 40 | 10 |
| Octal | 17 | 104 | 101 | 116 | 0 | 4 | 111 | 261 | 100 | 20 |
| Binary | 1111 | 1000100 | 1000001 | 1001110 | 0 | 100 | 1001001 | 10110001 | 1000000 | 10000 |
Color Harmonies of #0F4441
Complementary color
Monochromatic Colors of #0F4441
Black with #0F4441
Text Example
Text Example
White with #0F4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4441; }
p { color: rgb(15,68,65); }
H1.HeaderClassName
{
color: #0F4441;
}
.AnyTagClassName
{
color: #0F4441;
}
</style>
background-color css
<style>
a { background-color: #0F4441; }
a { background-color: rgb(15,68,65); }
div.DivClassName
{
background-color: #0F4441;
}
.BgClassName
{
background-color: #0F4441;
}
</style>
border-color css
<style>
span { border-color: #0F4441; }
span { border-color: rgb(15,68,65); }
td.TdClassName
{
border-color: #0F4441;
}
.TagClassName
{
border-color: #0F4441;
}
</style>