#14413F

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

Shades of Tiber #14413F

Tints of Tiber #14413F

Color information

#14413F (or 0x14413F) is unknown color: approx Tiber. HEX triplet: 14, 41 and 3F. RGB value is (20,65,63). Sum of RGB (Red+Green+Blue) = 20+65+63=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #14413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14413F is #EBBEC0. Grayscale: #333333. Windows color (decimal): -15449793 or 4145428. OLE color: 4145428.

HSL color Cylindrical-coordinate representation of color #14413F: hue angle of 177.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14413F is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB206563-
CMYK0.6900.030.75
HSL177.33º52.94%16.67%-
HSV(B)177.33º69.23%25.49%-
XYZ3.084.295.37-
YUV51.32134.59105.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 63 (25% from 255) = 42.57%
R=13.51%
G=43.92%
B=42.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2065630.6900.030.75177.3352.9416.67
Hex14413F45034Bb13511
Octal2410177105031132616521
Binary101001000001111111100010101110010111011000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14413F; }

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

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

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

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

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

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

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

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