#161339

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

Shades of Jaguar #161339

Tints of Jaguar #161339

Color information

#161339 (or 0x161339) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 39. RGB value is (22,19,57). Sum of RGB (Red+Green+Blue) = 22+19+57=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #161339 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161339 is #E9ECC6. Grayscale: #181818. Windows color (decimal): -15330503 or 3740438. OLE color: 3740438.

HSL color Cylindrical-coordinate representation of color #161339: hue angle of 244.74º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #161339 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB221957-
CMYK0.610.6700.78
HSL244.74º50%14.9%-
HSV(B)244.74º66.67%22.35%-
XYZ1.30.933.98-
YUV24.23146.49126.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.45%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 57 (22.66% from 255) = 58.16%
R=22.45%
G=19.39%
B=58.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2219570.610.6700.78244.745014.9
Hex1613393D4304Ef532f
Octal2623717510301163656217
Binary1011010011111001111101100001101001110111101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161339; }

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

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

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

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

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

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

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

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