#161138

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

Shades of Jaguar #161138

Tints of Jaguar #161138

Color information

#161138 (or 0x161138) is unknown color: approx Jaguar. HEX triplet: 16, 11 and 38. RGB value is (22,17,56). Sum of RGB (Red+Green+Blue) = 22+17+56=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #161138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161138 is #E9EEC7. Grayscale: #161616. Windows color (decimal): -15331016 or 3674390. OLE color: 3674390.

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

Color convert

RGB221756-
CMYK0.610.7000.78
HSL247.69º53.42%14.31%-
HSV(B)247.69º69.64%21.96%-
XYZ1.250.863.84-
YUV22.94146.66127.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.16%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=23.16%
G=17.89%
B=58.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2217560.610.7000.78247.6953.4214.31
Hex1611383D4604Ef835e
Octal2621707510601163706516
Binary1011010001111000111101100011001001110111110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161138; }

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

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

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

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

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

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

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

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