#161325

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

Shades of Jaguar #161325

Tints of Jaguar #161325

Color information

#161325 (or 0x161325) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 25. RGB value is (22,19,37). Sum of RGB (Red+Green+Blue) = 22+19+37=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #161325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161325 is #E9ECDA. Grayscale: #151515. Windows color (decimal): -15330523 or 2429718. OLE color: 2429718.

HSL color Cylindrical-coordinate representation of color #161325: hue angle of 250º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #161325 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB221937-
CMYK0.410.4900.85
HSL250º32.14%10.98%-
HSV(B)250º48.65%14.51%-
XYZ0.90.771.85-
YUV21.95136.49128.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.21%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=28.21%
G=24.36%
B=47.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2219370.410.4900.8525032.1410.98
Hex1613252931055fa20b
Octal262345516101253724013
Binary101101001110010110100111000101010101111110101000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161325; }

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

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

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

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

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

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

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

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