#0F3D40

Color #0F3D40 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0F3D40

Tints of Cyprus #0F3D40

Color information

#0F3D40 (or 0x0F3D40) is unknown color: approx Cyprus. HEX triplet: 0F, 3D and 40. RGB value is (15,61,64). Sum of RGB (Red+Green+Blue) = 15+61+64=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3D40 is #F0C2BF. Grayscale: #2F2F2F. Windows color (decimal): -15778496 or 4209935. OLE color: 4209935.

HSL color Cylindrical-coordinate representation of color #0F3D40: hue angle of 183.67º 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 #0F3D40 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB156164-
CMYK0.770.0500.75
HSL183.67º62.03%15.49%-
HSV(B)183.67º76.56%25.1%-
XYZ2.793.815.44-
YUV47.59137.26104.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 10.71%
GREEN value IS 61 (24.22% from 255) = 43.57%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=10.71%
G=43.57%
B=45.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1561640.770.0500.75183.6762.0315.49
HexF3D404D504Bb83ef
Octal1775100115501132707617
Binary11111111011000000100110110101001011101110001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F3D40; }

 p { color: rgb(15,61,64); }

 H1.HeaderClassName
 {
   color: #0F3D40;
 }
 .AnyTagClassName
 {
   color: #0F3D40;
 }
</style>
background-color css

<style>
 a { background-color: #0F3D40; }

 a { background-color: rgb(15,61,64); }

 div.DivClassName
 {
   background-color: #0F3D40;
 }
 .BgClassName
 {
   background-color: #0F3D40;
 }
</style>
border-color css

<style>
 span { border-color: #0F3D40; }

 span { border-color: rgb(15,61,64); }

 td.TdClassName
 {
   border-color: #0F3D40;
 }
 .TagClassName
 {
   border-color: #0F3D40;
 }
</style>