#161519

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

Shades of Jaguar #161519

Tints of Jaguar #161519

Color information

#161519 (or 0x161519) is unknown color: approx Jaguar. HEX triplet: 16, 15 and 19. RGB value is (22,21,25). Sum of RGB (Red+Green+Blue) = 22+21+25=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 25 - color contains mainly: blue. Hex color #161519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161519 is #E9EAE6. Grayscale: #151515. Windows color (decimal): -15330023 or 1643798. OLE color: 1643798.

HSL color Cylindrical-coordinate representation of color #161519: hue angle of 255º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #161519 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB222125-
CMYK0.120.1600.90
HSL255º8.7%9.02%-
HSV(B)255º16%9.8%-
XYZ0.770.781.03-
YUV21.76129.83128.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.35%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=32.35%
G=30.88%
B=36.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2221250.120.1600.902558.79.02
Hex161519C1005Aff99
Octal262531142001323771111
Binary101101010111001110010000010110101111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161519; }

 p { color: rgb(22,21,25); }

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

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

 a { background-color: rgb(22,21,25); }

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

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

 span { border-color: rgb(22,21,25); }

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