Shades of Cyprus #0F403D
Tints of Cyprus #0F403D
RGB
CMYK
RGB Variations
Color information
#0F403D (or 0x0F403D) is known color: Cyprus. HEX triplet: 0F, 40 and 3D. RGB value is (15,64,61). Sum of RGB (Red+Green+Blue) = 15+64+61=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #0F403D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F403D is #F0BFC2. Grayscale: #303030. Windows color (decimal): -15777731 or 4014095. OLE color: 4014095.
HSL color Cylindrical-coordinate representation of color #0F403D: hue angle of 176.33º 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 #0F403D is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 61 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.75 |
| HSL | 176.33º | 0.62% | 0.15% | - |
| HSV(B) | 176.33º | 0.77% | 0.25% | - |
| XYZ | 2.87 | 4.11 | 5.06 | - |
| YUV | 49.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 61 | 0.77 | 0 | 0.05 | 0.75 | 176.33 | 0.62 | 0.15 |
| Hex | F | 40 | 3D | 4D | 0 | 5 | 4B | B0 | 3E | F |
| Octal | 17 | 100 | 75 | 115 | 0 | 5 | 113 | 260 | 76 | 17 |
| Binary | 1111 | 1000000 | 111101 | 1001101 | 0 | 101 | 1001011 | 10110000 | 111110 | 1111 |
Color Harmonies of #0F403D
Complementary color
Monochromatic Colors of #0F403D
Black with #0F403D
Text Example
Text Example
White with #0F403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F403D; }
p { color: rgb(15,64,61); }
H1.HeaderClassName
{
color: #0F403D;
}
.AnyTagClassName
{
color: #0F403D;
}
</style>
background-color css
<style>
a { background-color: #0F403D; }
a { background-color: rgb(15,64,61); }
div.DivClassName
{
background-color: #0F403D;
}
.BgClassName
{
background-color: #0F403D;
}
</style>
border-color css
<style>
span { border-color: #0F403D; }
span { border-color: rgb(15,64,61); }
td.TdClassName
{
border-color: #0F403D;
}
.TagClassName
{
border-color: #0F403D;
}
</style>