#161322

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

Shades of Jaguar #161322

Tints of Jaguar #161322

Color information

#161322 (or 0x161322) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 22. RGB value is (22,19,34). Sum of RGB (Red+Green+Blue) = 22+19+34=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 34 - color contains mainly: blue. Hex color #161322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161322 is #E9ECDD. Grayscale: #151515. Windows color (decimal): -15330526 or 2233110. OLE color: 2233110.

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

Color convert

RGB221934-
CMYK0.350.4400.87
HSL252º28.3%10.39%-
HSV(B)252º44.12%13.33%-
XYZ0.850.751.61-
YUV21.61134.99128.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 34 (13.67% from 255) = 45.33%
R=29.33%
G=25.33%
B=45.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2219340.350.4400.8725228.310.39
Hex161322232C057fc1ca
Octal262342435401273743412
Binary10110100111000101000111011000101011111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161322; }

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

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

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

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

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

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

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

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