#18474A

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

Shades of Tiber #18474A

Tints of Tiber #18474A

Color information

#18474A (or 0x18474A) is unknown color: approx Tiber. HEX triplet: 18, 47 and 4A. RGB value is (24,71,74). Sum of RGB (Red+Green+Blue) = 24+71+74=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #18474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18474A is #E7B8B5. Grayscale: #393939. Windows color (decimal): -15186102 or 4867864. OLE color: 4867864.

HSL color Cylindrical-coordinate representation of color #18474A: hue angle of 183.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18474A is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB247174-
CMYK0.680.0400.71
HSL183.6º51.02%19.22%-
HSV(B)183.6º67.57%29.02%-
XYZ3.875.27.28-
YUV57.29137.43104.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=14.20%
G=42.01%
B=43.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2471740.680.0400.71183.651.0219.22
Hex18474A444047b83313
Octal30107112104401072706323
Binary11000100011110010101000100100010001111011100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18474A; }

 p { color: rgb(24,71,74); }

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

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

 a { background-color: rgb(24,71,74); }

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

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

 span { border-color: rgb(24,71,74); }

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