#161332

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

Shades of Jaguar #161332

Tints of Jaguar #161332

Color information

#161332 (or 0x161332) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 32. RGB value is (22,19,50). Sum of RGB (Red+Green+Blue) = 22+19+50=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #161332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161332 is #E9ECCD. Grayscale: #171717. Windows color (decimal): -15330510 or 3281686. OLE color: 3281686.

HSL color Cylindrical-coordinate representation of color #161332: hue angle of 245.81º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #161332 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB221950-
CMYK0.560.6200.80
HSL245.81º44.93%13.53%-
HSV(B)245.81º62%19.61%-
XYZ1.140.873.12-
YUV23.43142.99126.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.18%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 50 (19.92% from 255) = 54.95%
R=24.18%
G=20.88%
B=54.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2219500.560.6200.80245.8144.9313.53
Hex161332383E050f62de
Octal262362707601203665516
Binary101101001111001011100011111001010000111101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161332; }

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

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

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

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

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

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

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

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