#16133A

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

Shades of Jaguar #16133A

Tints of Jaguar #16133A

Color information

#16133A (or 0x16133A) is unknown color: approx Jaguar. HEX triplet: 16, 13 and 3A. RGB value is (22,19,58). Sum of RGB (Red+Green+Blue) = 22+19+58=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #16133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16133A is #E9ECC5. Grayscale: #181818. Windows color (decimal): -15330502 or 3805974. OLE color: 3805974.

HSL color Cylindrical-coordinate representation of color #16133A: hue angle of 244.62º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #16133A is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB221958-
CMYK0.620.6700.77
HSL244.62º50.65%15.1%-
HSV(B)244.62º67.24%22.75%-
XYZ1.330.944.11-
YUV24.34146.99126.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.22%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=22.22%
G=19.19%
B=58.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2219580.620.6700.77244.6250.6515.1
Hex16133A3E4304Df533f
Octal2623727610301153656317
Binary1011010011111010111110100001101001101111101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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