#13111A

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

Shades of Jaguar #13111A

Tints of Jaguar #13111A

Color information

#13111A (or 0x13111A) is unknown color: approx Jaguar. HEX triplet: 13, 11 and 1A. RGB value is (19,17,26). Sum of RGB (Red+Green+Blue) = 19+17+26=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #13111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111A is #ECEEE5. Grayscale: #121212. Windows color (decimal): -15527654 or 1708307. OLE color: 1708307.

HSL color Cylindrical-coordinate representation of color #13111A: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #13111A is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB191726-
CMYK0.270.3500.90
HSL253.33º20.93%8.43%-
HSV(B)253.33º34.62%10.2%-
XYZ0.660.611.06-
YUV18.62132.16128.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=30.65%
G=27.42%
B=41.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1917260.270.3500.90253.3320.938.43
Hex13111A1B2305Afd158
Octal232132334301323752510
Binary100111000111010110111000110101101011111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,17,26); }

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

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

 a { background-color: rgb(19,17,26); }

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

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

 span { border-color: rgb(19,17,26); }

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