#161421

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

Shades of Jaguar #161421

Tints of Jaguar #161421

Color information

#161421 (or 0x161421) is unknown color: approx Jaguar. HEX triplet: 16, 14 and 21. RGB value is (22,20,33). Sum of RGB (Red+Green+Blue) = 22+20+33=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #161421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161421 is #E9EBDE. Grayscale: #161616. Windows color (decimal): -15330271 or 2167830. OLE color: 2167830.

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

Color convert

RGB222033-
CMYK0.330.3900.87
HSL249.23º24.53%10.39%-
HSV(B)249.23º39.39%12.94%-
XYZ0.860.781.54-
YUV22.08134.16127.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 33 (13.28% from 255) = 44%
R=29.33%
G=26.67%
B=44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2220330.330.3900.87249.2324.5310.39
Hex1614212127057f919a
Octal262441414701273713112
Binary10110101001000011000011001110101011111111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161421; }

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

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

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

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

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

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

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

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