#111014

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

Shades of Jaguar #111014

Tints of Jaguar #111014

Color information

#111014 (or 0x111014) is unknown color: approx Jaguar. HEX triplet: 11, 10 and 14. RGB value is (17,16,20). Sum of RGB (Red+Green+Blue) = 17+16+20=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: blue. Hex color #111014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111014 is #EEEFEB. Grayscale: #101010. Windows color (decimal): -15658988 or 1314833. OLE color: 1314833.

HSL color Cylindrical-coordinate representation of color #111014: hue angle of 255º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #111014 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB171620-
CMYK0.150.2000.92
HSL255º11.11%7.06%-
HSV(B)255º20%7.84%-
XYZ0.540.540.74-
YUV16.76129.83128.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=32.08%
G=30.19%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1716200.150.2000.9225511.117.06
Hex111014F1405Cffb7
Octal21202417240134377137
Binary10001100001010011111010001011100111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111014; }

 p { color: rgb(17,16,20); }

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

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

 a { background-color: rgb(17,16,20); }

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

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

 span { border-color: rgb(17,16,20); }

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