#161426

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

Shades of Jaguar #161426

Tints of Jaguar #161426

Color information

#161426 (or 0x161426) is unknown color: approx Jaguar. HEX triplet: 16, 14 and 26. RGB value is (22,20,38). Sum of RGB (Red+Green+Blue) = 22+20+38=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #161426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161426 is #E9EBD9. Grayscale: #161616. Windows color (decimal): -15330266 or 2495510. OLE color: 2495510.

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

Color convert

RGB222038-
CMYK0.420.4700.85
HSL246.67º31.03%11.37%-
HSV(B)246.67º47.37%14.9%-
XYZ0.930.811.94-
YUV22.65136.66127.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.5%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 38 (15.23% from 255) = 47.5%
R=27.5%
G=25%
B=47.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2220380.420.4700.85246.6731.0311.37
Hex1614262A2F055f71fb
Octal262446525701253673713
Binary10110101001001101010101011110101010111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161426; }

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

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

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

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

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

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

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

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