#114141

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

Shades of Cyprus #114141

Tints of Cyprus #114141

Color information

#114141 (or 0x114141) is unknown color: approx Cyprus. HEX triplet: 11, 41 and 41. RGB value is (17,65,65). Sum of RGB (Red+Green+Blue) = 17+65+65=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #114141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114141 is #EEBEBE. Grayscale: #323232. Windows color (decimal): -15646399 or 4276497. OLE color: 4276497.

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

Color convert

RGB176565-
CMYK0.74000.75
HSL180º58.54%16.08%-
HSV(B)180º73.85%25.49%-
XYZ3.084.285.67-
YUV50.65136.1104-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=11.56%
G=44.22%
B=44.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765650.74000.7518058.5416.08
Hex1141414A004Bb43b10
Octal21101101112001132647320
Binary100011000001100000110010100010010111011010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114141; }

 p { color: rgb(17,65,65); }

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

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

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

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

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

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

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