#113D3F

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

Shades of Tiber #113D3F

Tints of Tiber #113D3F

Color information

#113D3F (or 0x113D3F) is unknown color: approx Tiber. HEX triplet: 11, 3D and 3F. RGB value is (17,61,63). Sum of RGB (Red+Green+Blue) = 17+61+63=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #113D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D3F is #EEC2C0. Grayscale: #303030. Windows color (decimal): -15647425 or 4144401. OLE color: 4144401.

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

Color convert

RGB176163-
CMYK0.730.0300.75
HSL182.61º57.5%15.69%-
HSV(B)182.61º73.02%24.71%-
XYZ2.83.825.29-
YUV48.07136.42105.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 61 (24.22% from 255) = 43.26%
BLUE value IS 63 (25% from 255) = 44.68%
R=12.06%
G=43.26%
B=44.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1761630.730.0300.75182.6157.515.69
Hex113D3F49304Bb73a10
Octal217577111301132677220
Binary10001111101111111100100111010010111011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113D3F; }

 p { color: rgb(17,61,63); }

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

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

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

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

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

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

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