#161334

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

Shades of Jaguar #161334

Tints of Jaguar #161334

Color information

#161334 (or 0x161334) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 34. RGB value is (22,19,52). Sum of RGB (Red+Green+Blue) = 22+19+52=93 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.66% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #161334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161334 is #E9ECCB. Grayscale: #171717. Windows color (decimal): -15330508 or 3412758. OLE color: 3412758.

HSL color Cylindrical-coordinate representation of color #161334: hue angle of 245.45º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #161334 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB221952-
CMYK0.580.6300.80
HSL245.45º46.48%13.92%-
HSV(B)245.45º63.46%20.39%-
XYZ1.180.883.36-
YUV23.66143.99126.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.66%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 52 (20.70% from 255) = 55.91%
R=23.66%
G=20.43%
B=55.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2219520.580.6300.80245.4546.4813.92
Hex1613343A3F050f52ee
Octal262364727701203655616
Binary101101001111010011101011111101010000111101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161334; }

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

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

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

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

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

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

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

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