#161336

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

Shades of Jaguar #161336

Tints of Jaguar #161336

Color information

#161336 (or 0x161336) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 36. RGB value is (22,19,54). Sum of RGB (Red+Green+Blue) = 22+19+54=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #161336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161336 is #E9ECC9. Grayscale: #171717. Windows color (decimal): -15330506 or 3543830. OLE color: 3543830.

HSL color Cylindrical-coordinate representation of color #161336: hue angle of 245.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #161336 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB221954-
CMYK0.590.6500.79
HSL245.14º47.95%14.31%-
HSV(B)245.14º64.81%21.18%-
XYZ1.230.93.6-
YUV23.89144.99126.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.16%
GREEN value IS 19 (7.81% from 255) = 20%
BLUE value IS 54 (21.48% from 255) = 56.84%
R=23.16%
G=20%
B=56.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2219540.590.6500.79245.1447.9514.31
Hex1613363B4104Ff530e
Octal2623667310101173656016
Binary1011010011110110111011100000101001111111101011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161336; }

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

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

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

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

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

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

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

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