#161326

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

Shades of Jaguar #161326

Tints of Jaguar #161326

Color information

#161326 (or 0x161326) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 26. RGB value is (22,19,38). Sum of RGB (Red+Green+Blue) = 22+19+38=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #161326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161326 is #E9ECD9. Grayscale: #151515. Windows color (decimal): -15330522 or 2495254. OLE color: 2495254.

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

Color convert

RGB221938-
CMYK0.420.5000.85
HSL249.47º33.33%11.18%-
HSV(B)249.47º50%14.9%-
XYZ0.910.781.94-
YUV22.06136.99127.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.85%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 38 (15.23% from 255) = 48.10%
R=27.85%
G=24.05%
B=48.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2219380.420.5000.85249.4733.3311.18
Hex1613262A32055f921b
Octal262346526201253714113
Binary101101001110011010101011001001010101111110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161326; }

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

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

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

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

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

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

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

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