#16132A

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

Shades of Jaguar #16132A

Tints of Jaguar #16132A

Color information

#16132A (or 0x16132A) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 2A. RGB value is (22,19,42). Sum of RGB (Red+Green+Blue) = 22+19+42=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #16132A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16132A is #E9ECD5. Grayscale: #161616. Windows color (decimal): -15330518 or 2757398. OLE color: 2757398.

HSL color Cylindrical-coordinate representation of color #16132A: hue angle of 247.83º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #16132A is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB221942-
CMYK0.480.5500.84
HSL247.83º37.7%11.96%-
HSV(B)247.83º54.76%16.47%-
XYZ0.980.82.29-
YUV22.52138.99127.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.51%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=26.51%
G=22.89%
B=50.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2219420.480.5500.84247.8337.711.96
Hex16132A3037054f826c
Octal262352606701243704614
Binary101101001110101011000011011101010100111110001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16132A; }

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

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

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

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

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

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

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

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