#161425

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

Shades of Jaguar #161425

Tints of Jaguar #161425

Color information

#161425 (or 0x161425) is unknown color: approx Jaguar. HEX triplet: 16, 14 and 25. RGB value is (22,20,37). Sum of RGB (Red+Green+Blue) = 22+20+37=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #161425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161425 is #E9EBDA. Grayscale: #161616. Windows color (decimal): -15330267 or 2429974. OLE color: 2429974.

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

Color convert

RGB222037-
CMYK0.410.4600.85
HSL247.06º29.82%11.18%-
HSV(B)247.06º45.95%14.51%-
XYZ0.910.81.86-
YUV22.54136.16127.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.85%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=27.85%
G=25.32%
B=46.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2220370.410.4600.85247.0629.8211.18
Hex161425292E055f71eb
Octal262445515601253673613
Binary10110101001001011010011011100101010111110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161425; }

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

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

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

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

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

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

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

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