#161324

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

Shades of Jaguar #161324

Tints of Jaguar #161324

Color information

#161324 (or 0x161324) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 24. RGB value is (22,19,36). Sum of RGB (Red+Green+Blue) = 22+19+36=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: blue. Hex color #161324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161324 is #E9ECDB. Grayscale: #151515. Windows color (decimal): -15330524 or 2364182. OLE color: 2364182.

HSL color Cylindrical-coordinate representation of color #161324: hue angle of 250.59º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #161324 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB221936-
CMYK0.390.4700.86
HSL250.59º30.91%10.78%-
HSV(B)250.59º47.22%14.12%-
XYZ0.880.761.77-
YUV21.83135.99128.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.57%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 36 (14.45% from 255) = 46.75%
R=28.57%
G=24.68%
B=46.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2219360.390.4700.86250.5930.9110.78
Hex161324272F056fb1fb
Octal262344475701263733713
Binary10110100111001001001111011110101011011111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161324; }

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

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

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

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

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

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

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

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