#161420

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

Shades of Jaguar #161420

Tints of Jaguar #161420

Color information

#161420 (or 0x161420) is unknown color: approx Jaguar. HEX triplet: 16, 14 and 20. RGB value is (22,20,32). Sum of RGB (Red+Green+Blue) = 22+20+32=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #161420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161420 is #E9EBDF. Grayscale: #151515. Windows color (decimal): -15330272 or 2102294. OLE color: 2102294.

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

Color convert

RGB222032-
CMYK0.310.3700.87
HSL250º23.08%10.2%-
HSV(B)250º37.5%12.55%-
XYZ0.840.781.47-
YUV21.97133.66128.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=29.73%
G=27.03%
B=43.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2220320.310.3700.8725023.0810.2
Hex1614201F25057fa17a
Octal262440374501273722712
Binary1011010100100000111111001010101011111111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161420; }

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

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

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

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

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

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

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

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