#0F3F41

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

Shades of Cyprus #0F3F41

Tints of Cyprus #0F3F41

Color information

#0F3F41 (or 0x0F3F41) is unknown color: approx Cyprus. HEX triplet: 0F, 3F and 41. RGB value is (15,63,65). Sum of RGB (Red+Green+Blue) = 15+63+65=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F3F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3F41 is #F0C0BE. Grayscale: #303030. Windows color (decimal): -15777983 or 4275983. OLE color: 4275983.

HSL color Cylindrical-coordinate representation of color #0F3F41: hue angle of 182.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F3F41 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB156365-
CMYK0.770.0300.75
HSL182.4º62.5%15.69%-
HSV(B)182.4º76.92%25.49%-
XYZ2.934.045.63-
YUV48.88137.1103.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 63 (25% from 255) = 44.06%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=10.49%
G=44.06%
B=45.45%

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
Decimal1563650.770.0300.75182.462.515.69
HexF3F414D304Bb63e10
Octal1777101115301132667620
Binary11111111111000001100110111010010111011011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,63,65); }

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

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

 a { background-color: rgb(15,63,65); }

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

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

 span { border-color: rgb(15,63,65); }

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