#161133

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

Shades of Jaguar #161133

Tints of Jaguar #161133

Color information

#161133 (or 0x161133) is unknown color: approx Jaguar. HEX triplet: 16, 11 and 33. RGB value is (22,17,51). Sum of RGB (Red+Green+Blue) = 22+17+51=90 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.44% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 51 (20.31% from 255 or 56.67% from 90); Max value from RGB is 51 - color contains mainly: blue. Hex color #161133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161133 is #E9EECC. Grayscale: #161616. Windows color (decimal): -15331021 or 3346710. OLE color: 3346710.

HSL color Cylindrical-coordinate representation of color #161133: hue angle of 248.82º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #161133 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB221751-
CMYK0.570.6700.8
HSL248.82º50%13.33%-
HSV(B)248.82º66.67%20%-
XYZ1.130.813.23-
YUV22.37144.16127.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 24.44%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 51 (20.31% from 255) = 56.67%
R=24.44%
G=18.89%
B=56.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2217510.570.6700.8248.825013.33
Hex1611333943050f932d
Octal2621637110301203716215
Binary1011010001110011111001100001101010000111110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161133; }

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

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

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

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

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

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

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

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