#16424A

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

Shades of Tiber #16424A

Tints of Tiber #16424A

Color information

#16424A (or 0x16424A) is unknown color: approx Tiber. HEX triplet: 16, 42 and 4A. RGB value is (22,66,74). Sum of RGB (Red+Green+Blue) = 22+66+74=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #16424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16424A is #E9BDB5. Grayscale: #353535. Windows color (decimal): -15318454 or 4866582. OLE color: 4866582.

HSL color Cylindrical-coordinate representation of color #16424A: hue angle of 189.23º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16424A is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB226674-
CMYK0.700.1100.71
HSL189.23º54.17%18.82%-
HSV(B)189.23º70.27%29.02%-
XYZ3.524.567.17-
YUV53.76139.42105.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=13.58%
G=40.74%
B=45.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2266740.700.1100.71189.2354.1718.82
Hex16424A46B047bd3613
Octal261021121061301072756623
Binary101101000010100101010001101011010001111011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,66,74); }

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

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

 a { background-color: rgb(22,66,74); }

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

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

 span { border-color: rgb(22,66,74); }

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