#161321

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

Shades of Jaguar #161321

Tints of Jaguar #161321

Color information

#161321 (or 0x161321) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 21. RGB value is (22,19,33). Sum of RGB (Red+Green+Blue) = 22+19+33=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #161321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161321 is #E9ECDE. Grayscale: #151515. Windows color (decimal): -15330527 or 2167574. OLE color: 2167574.

HSL color Cylindrical-coordinate representation of color #161321: hue angle of 252.86º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #161321 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB221933-
CMYK0.330.4200.87
HSL252.86º26.92%10.2%-
HSV(B)252.86º42.42%12.94%-
XYZ0.840.751.54-
YUV21.49134.49128.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 33 (13.28% from 255) = 44.59%
R=29.73%
G=25.68%
B=44.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2219330.330.4200.87252.8626.9210.2
Hex161321212A057fd1ba
Octal262341415201273753312
Binary10110100111000011000011010100101011111111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161321; }

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

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

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

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

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

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

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

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