#16424B

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

Shades of Tiber #16424B

Tints of Tiber #16424B

Color information

#16424B (or 0x16424B) is unknown color: approx Tiber. HEX triplet: 16, 42 and 4B. RGB value is (22,66,75). Sum of RGB (Red+Green+Blue) = 22+66+75=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #16424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16424B is #E9BDB4. Grayscale: #353535. Windows color (decimal): -15318453 or 4932118. OLE color: 4932118.

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

Color convert

RGB226675-
CMYK0.710.1200.71
HSL190.19º54.64%19.02%-
HSV(B)190.19º70.67%29.41%-
XYZ3.554.587.35-
YUV53.87139.92105.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=13.50%
G=40.49%
B=46.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2266750.710.1200.71190.1954.6419.02
Hex16424B47C047be3713
Octal261021131071401072766723
Binary101101000010100101110001111100010001111011111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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