#0F4143

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

Shades of Cyprus #0F4143

Tints of Cyprus #0F4143

Color information

#0F4143 (or 0x0F4143) is unknown color: approx Cyprus. HEX triplet: 0F, 41 and 43. RGB value is (15,65,67). Sum of RGB (Red+Green+Blue) = 15+65+67=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #0F4143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4143 is #F0BEBC. Grayscale: #323232. Windows color (decimal): -15777469 or 4407567. OLE color: 4407567.

HSL color Cylindrical-coordinate representation of color #0F4143: hue angle of 182.31º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4143 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB156567-
CMYK0.780.0300.74
HSL182.31º63.41%16.08%-
HSV(B)182.31º77.61%26.27%-
XYZ3.14.295.97-
YUV50.28137.44102.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=10.20%
G=44.22%
B=45.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1565670.780.0300.74182.3163.4116.08
HexF41434E304Ab63f10
Octal17101103116301122667720
Binary111110000011000011100111011010010101011011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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