Shades of Cyprus #0F4843
Tints of Cyprus #0F4843
RGB
CMYK
RGB Variations
Color information
#0F4843 (or 0x0F4843) is known color: Cyprus. HEX triplet: 0F, 48 and 43. RGB value is (15,72,67). Sum of RGB (Red+Green+Blue) = 15+72+67=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4843 is #F0B7BC. Grayscale: #363636. Windows color (decimal): -15775677 or 4409359. OLE color: 4409359.
HSL color Cylindrical-coordinate representation of color #0F4843: hue angle of 174.74º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4843 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 72 | 67 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.72 |
| HSL | 174.74º | 0.66% | 0.17% | - |
| HSV(B) | 174.74º | 0.79% | 0.28% | - |
| XYZ | 3.53 | 5.14 | 6.12 | - |
| YUV | 54.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 67 | 0.79 | 0 | 0.07 | 0.72 | 174.74 | 0.66 | 0.17 |
| Hex | F | 48 | 43 | 4F | 0 | 7 | 48 | AF | 42 | 11 |
| Octal | 17 | 110 | 103 | 117 | 0 | 7 | 110 | 257 | 102 | 21 |
| Binary | 1111 | 1001000 | 1000011 | 1001111 | 0 | 111 | 1001000 | 10101111 | 1000010 | 10001 |
Color Harmonies of #0F4843
Complementary color
Monochromatic Colors of #0F4843
Black with #0F4843
Text Example
Text Example
White with #0F4843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4843; }
p { color: rgb(15,72,67); }
H1.HeaderClassName
{
color: #0F4843;
}
.AnyTagClassName
{
color: #0F4843;
}
</style>
background-color css
<style>
a { background-color: #0F4843; }
a { background-color: rgb(15,72,67); }
div.DivClassName
{
background-color: #0F4843;
}
.BgClassName
{
background-color: #0F4843;
}
</style>
border-color css
<style>
span { border-color: #0F4843; }
span { border-color: rgb(15,72,67); }
td.TdClassName
{
border-color: #0F4843;
}
.TagClassName
{
border-color: #0F4843;
}
</style>