#14424C

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

Shades of Tiber #14424C

Tints of Tiber #14424C

Color information

#14424C (or 0x14424C) is unknown color: approx Tiber. HEX triplet: 14, 42 and 4C. RGB value is (20,66,76). Sum of RGB (Red+Green+Blue) = 20+66+76=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #14424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14424C is #EBBDB3. Grayscale: #353535. Windows color (decimal): -15449524 or 4997652. OLE color: 4997652.

HSL color Cylindrical-coordinate representation of color #14424C: hue angle of 190.71º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14424C is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB206676-
CMYK0.740.1300.70
HSL190.71º58.33%18.82%-
HSV(B)190.71º73.68%29.8%-
XYZ3.544.577.53-
YUV53.39140.76104.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=12.35%
G=40.74%
B=46.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2066760.740.1300.70190.7158.3318.82
Hex14424C4AD046bf3a13
Octal241021141121501062777223
Binary101001000010100110010010101101010001101011111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14424C; }

 p { color: rgb(20,66,76); }

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

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

 a { background-color: rgb(20,66,76); }

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

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

 span { border-color: rgb(20,66,76); }

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