#161320

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

Shades of Jaguar #161320

Tints of Jaguar #161320

Color information

#161320 (or 0x161320) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 20. RGB value is (22,19,32). Sum of RGB (Red+Green+Blue) = 22+19+32=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #161320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161320 is #E9ECDF. Grayscale: #151515. Windows color (decimal): -15330528 or 2102038. OLE color: 2102038.

HSL color Cylindrical-coordinate representation of color #161320: hue angle of 253.85º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #161320 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB221932-
CMYK0.310.4100.87
HSL253.85º25.49%10%-
HSV(B)253.85º40.62%12.55%-
XYZ0.820.741.47-
YUV21.38133.99128.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.14%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=30.14%
G=26.03%
B=43.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2219320.310.4100.87253.8525.4910
Hex1613201F29057fe19a
Octal262340375101273763112
Binary1011010011100000111111010010101011111111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161320; }

 p { color: rgb(22,19,32); }

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

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

 a { background-color: rgb(22,19,32); }

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

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

 span { border-color: rgb(22,19,32); }

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