#131216

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

Shades of Jaguar #131216

Tints of Jaguar #131216

Color information

#131216 (or 0x131216) is unknown color: approx Jaguar. HEX triplet: 13, 12 and 16. RGB value is (19,18,22). Sum of RGB (Red+Green+Blue) = 19+18+22=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 22 - color contains mainly: blue. Hex color #131216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131216 is #ECEDE9. Grayscale: #121212. Windows color (decimal): -15527402 or 1446419. OLE color: 1446419.

HSL color Cylindrical-coordinate representation of color #131216: hue angle of 255º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #131216 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB191822-
CMYK0.140.1800.91
HSL255º10%7.84%-
HSV(B)255º18.18%8.63%-
XYZ0.630.630.85-
YUV18.76129.83128.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=32.20%
G=30.51%
B=37.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1918220.140.1800.91255107.84
Hex131216E1205Bffa8
Octal232226162201333771210
Binary100111001010110111010010010110111111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131216; }

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

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

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

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

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

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

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

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