Shades of Cyprus #0F3F3B
Tints of Cyprus #0F3F3B
RGB
CMYK
RGB Variations
Color information
#0F3F3B (or 0x0F3F3B) is known color: Cyprus. HEX triplet: 0F, 3F and 3B. RGB value is (15,63,59). Sum of RGB (Red+Green+Blue) = 15+63+59=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #0F3F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3F3B is #F0C0C4. Grayscale: #303030. Windows color (decimal): -15777989 or 3882767. OLE color: 3882767.
HSL color Cylindrical-coordinate representation of color #0F3F3B: hue angle of 175º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3F3B is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 63 | 59 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.75 |
| HSL | 175º | 0.62% | 0.15% | - |
| HSV(B) | 175º | 0.76% | 0.25% | - |
| XYZ | 2.76 | 3.97 | 4.76 | - |
| YUV | 48.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 63 | 59 | 0.76 | 0 | 0.06 | 0.75 | 175 | 0.62 | 0.15 |
| Hex | F | 3F | 3B | 4C | 0 | 6 | 4B | AF | 3E | F |
| Octal | 17 | 77 | 73 | 114 | 0 | 6 | 113 | 257 | 76 | 17 |
| Binary | 1111 | 111111 | 111011 | 1001100 | 0 | 110 | 1001011 | 10101111 | 111110 | 1111 |
Color Harmonies of #0F3F3B
Complementary color
Monochromatic Colors of #0F3F3B
Black with #0F3F3B
Text Example
Text Example
White with #0F3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3F3B; }
p { color: rgb(15,63,59); }
H1.HeaderClassName
{
color: #0F3F3B;
}
.AnyTagClassName
{
color: #0F3F3B;
}
</style>
background-color css
<style>
a { background-color: #0F3F3B; }
a { background-color: rgb(15,63,59); }
div.DivClassName
{
background-color: #0F3F3B;
}
.BgClassName
{
background-color: #0F3F3B;
}
</style>
border-color css
<style>
span { border-color: #0F3F3B; }
span { border-color: rgb(15,63,59); }
td.TdClassName
{
border-color: #0F3F3B;
}
.TagClassName
{
border-color: #0F3F3B;
}
</style>