#161136

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

Shades of Jaguar #161136

Tints of Jaguar #161136

Color information

#161136 (or 0x161136) is unknown color: approx Jaguar. HEX triplet: 16, 11 and 36. RGB value is (22,17,54). Sum of RGB (Red+Green+Blue) = 22+17+54=93 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.66% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #161136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161136 is #E9EEC9. Grayscale: #161616. Windows color (decimal): -15331018 or 3543318. OLE color: 3543318.

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

Color convert

RGB221754-
CMYK0.590.6900.79
HSL248.11º52.11%13.92%-
HSV(B)248.11º68.52%21.18%-
XYZ1.20.843.59-
YUV22.71145.66127.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.66%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 54 (21.48% from 255) = 58.06%
R=23.66%
G=18.28%
B=58.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2217540.590.6900.79248.1152.1113.92
Hex1611363B4504Ff834e
Octal2621667310501173706416
Binary1011010001110110111011100010101001111111110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161136; }

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

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

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

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

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

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

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

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