#161137

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

Shades of Jaguar #161137

Tints of Jaguar #161137

Color information

#161137 (or 0x161137) is unknown color: approx Jaguar. HEX triplet: 16, 11 and 37. RGB value is (22,17,55). Sum of RGB (Red+Green+Blue) = 22+17+55=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #161137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161137 is #E9EEC8. Grayscale: #161616. Windows color (decimal): -15331017 or 3608854. OLE color: 3608854.

HSL color Cylindrical-coordinate representation of color #161137: hue angle of 247.89º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #161137 is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB221755-
CMYK0.60.6900.78
HSL247.89º52.78%14.12%-
HSV(B)247.89º69.09%21.57%-
XYZ1.220.853.71-
YUV22.83146.16127.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.40%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 55 (21.88% from 255) = 58.51%
R=23.40%
G=18.09%
B=58.51%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2217550.60.6900.78247.8952.7814.12
Hex1611373C4504Ef835e
Octal2621677410501163706516
Binary1011010001110111111100100010101001110111110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161137; }

 p { color: rgb(22,17,55); }

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

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

 a { background-color: rgb(22,17,55); }

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

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

 span { border-color: rgb(22,17,55); }

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