Shades of Cyprus #0F4040
Tints of Cyprus #0F4040
RGB
CMYK
RGB Variations
Color information
#0F4040 (or 0x0F4040) is known color: Cyprus. HEX triplet: 0F, 40 and 40. RGB value is (15,64,64). Sum of RGB (Red+Green+Blue) = 15+64+64=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #0F4040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4040 is #F0BFBF. Grayscale: #313131. Windows color (decimal): -15777728 or 4210703. OLE color: 4210703.
HSL color Cylindrical-coordinate representation of color #0F4040: hue angle of 180º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4040 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 64 | - |
| CMYK | 0.77 | 0 | 0 | 0.75 |
| HSL | 180º | 0.62% | 0.15% | - |
| HSV(B) | 180º | 0.77% | 0.25% | - |
| XYZ | 2.96 | 4.14 | 5.49 | - |
| YUV | 49.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 64 | 0.77 | 0 | 0 | 0.75 | 180 | 0.62 | 0.15 |
| Hex | F | 40 | 40 | 4D | 0 | 0 | 4B | B4 | 3E | F |
| Octal | 17 | 100 | 100 | 115 | 0 | 0 | 113 | 264 | 76 | 17 |
| Binary | 1111 | 1000000 | 1000000 | 1001101 | 0 | 0 | 1001011 | 10110100 | 111110 | 1111 |
Color Harmonies of #0F4040
Complementary color
Monochromatic Colors of #0F4040
Black with #0F4040
Text Example
Text Example
White with #0F4040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4040; }
p { color: rgb(15,64,64); }
H1.HeaderClassName
{
color: #0F4040;
}
.AnyTagClassName
{
color: #0F4040;
}
</style>
background-color css
<style>
a { background-color: #0F4040; }
a { background-color: rgb(15,64,64); }
div.DivClassName
{
background-color: #0F4040;
}
.BgClassName
{
background-color: #0F4040;
}
</style>
border-color css
<style>
span { border-color: #0F4040; }
span { border-color: rgb(15,64,64); }
td.TdClassName
{
border-color: #0F4040;
}
.TagClassName
{
border-color: #0F4040;
}
</style>