#161328

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

Shades of Jaguar #161328

Tints of Jaguar #161328

Color information

#161328 (or 0x161328) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 28. RGB value is (22,19,40). Sum of RGB (Red+Green+Blue) = 22+19+40=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #161328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161328 is #E9ECD7. Grayscale: #161616. Windows color (decimal): -15330520 or 2626326. OLE color: 2626326.

HSL color Cylindrical-coordinate representation of color #161328: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #161328 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB221940-
CMYK0.450.5200.84
HSL248.57º35.59%11.57%-
HSV(B)248.57º52.5%15.69%-
XYZ0.950.792.11-
YUV22.29137.99127.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.16%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=27.16%
G=23.46%
B=49.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2219400.450.5200.84248.5735.5911.57
Hex1613282D34054f924c
Octal262350556401243714414
Binary101101001110100010110111010001010100111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161328; }

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

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

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

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

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

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

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

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