#131119

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

Shades of Jaguar #131119

Tints of Jaguar #131119

Color information

#131119 (or 0x131119) is unknown color: approx Jaguar. HEX triplet: 13, 11 and 19. RGB value is (19,17,25). Sum of RGB (Red+Green+Blue) = 19+17+25=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #131119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131119 is #ECEEE6. Grayscale: #121212. Windows color (decimal): -15527655 or 1642771. OLE color: 1642771.

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

Color convert

RGB191725-
CMYK0.240.3200.90
HSL255º19.05%8.24%-
HSV(B)255º32%9.8%-
XYZ0.640.611-
YUV18.51131.66128.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 25 (10.16% from 255) = 40.98%
R=31.15%
G=27.87%
B=40.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1917250.240.3200.9025519.058.24
Hex131119182005Aff138
Octal232131304001323772310
Binary100111000111001110001000000101101011111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131119; }

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

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

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

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

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

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

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

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