#19474C

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

Shades of Tiber #19474C

Tints of Tiber #19474C

Color information

#19474C (or 0x19474C) is unknown color: approx Tiber. HEX triplet: 19, 47 and 4C. RGB value is (25,71,76). Sum of RGB (Red+Green+Blue) = 25+71+76=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #19474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19474C is #E6B8B3. Grayscale: #393939. Windows color (decimal): -15120564 or 4998937. OLE color: 4998937.

HSL color Cylindrical-coordinate representation of color #19474C: hue angle of 185.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19474C is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB257176-
CMYK0.670.0700.70
HSL185.88º50.5%19.8%-
HSV(B)185.88º67.11%29.8%-
XYZ3.965.237.64-
YUV57.82138.26104.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 76 (30.08% from 255) = 44.19%
R=14.53%
G=41.28%
B=44.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2571760.670.0700.70185.8850.519.8
Hex19474C437046ba3214
Octal31107114103701062726224
Binary11001100011110011001000011111010001101011101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,71,76); }

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

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

 a { background-color: rgb(25,71,76); }

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

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

 span { border-color: rgb(25,71,76); }

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