#13111C

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

Shades of Jaguar #13111C

Tints of Jaguar #13111C

Color information

#13111C (or 0x13111C) is unknown color: approx Jaguar. HEX triplet: 13, 11 and 1C. RGB value is (19,17,28). Sum of RGB (Red+Green+Blue) = 19+17+28=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #13111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111C is #ECEEE3. Grayscale: #121212. Windows color (decimal): -15527652 or 1839379. OLE color: 1839379.

HSL color Cylindrical-coordinate representation of color #13111C: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #13111C is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB191728-
CMYK0.320.3900.89
HSL250.91º24.44%8.82%-
HSV(B)250.91º39.29%10.98%-
XYZ0.680.621.18-
YUV18.85133.16128.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=29.69%
G=26.56%
B=43.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1917280.320.3900.89250.9124.448.82
Hex13111C2027059fb189
Octal232134404701313733011
Binary1001110001111001000001001110101100111111011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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