#0F3E40

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

Shades of Cyprus #0F3E40

Tints of Cyprus #0F3E40

Color information

#0F3E40 (or 0x0F3E40) is unknown color: approx Cyprus. HEX triplet: 0F, 3E and 40. RGB value is (15,62,64). Sum of RGB (Red+Green+Blue) = 15+62+64=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F3E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E40 is #F0C1BF. Grayscale: #303030. Windows color (decimal): -15778240 or 4210191. OLE color: 4210191.

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

Color convert

RGB156264-
CMYK0.770.0300.75
HSL182.45º62.03%15.49%-
HSV(B)182.45º76.56%25.1%-
XYZ2.853.925.46-
YUV48.18136.93104.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.64%
GREEN value IS 62 (24.61% from 255) = 43.97%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=10.64%
G=43.97%
B=45.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1562640.770.0300.75182.4562.0315.49
HexF3E404D304Bb63ef
Octal1776100115301132667617
Binary1111111110100000010011011101001011101101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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