#13111B

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

Shades of Jaguar #13111B

Tints of Jaguar #13111B

Color information

#13111B (or 0x13111B) is unknown color: approx Jaguar. HEX triplet: 13, 11 and 1B. RGB value is (19,17,27). Sum of RGB (Red+Green+Blue) = 19+17+27=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #13111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111B is #ECEEE4. Grayscale: #121212. Windows color (decimal): -15527653 or 1773843. OLE color: 1773843.

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

Color convert

RGB191727-
CMYK0.300.3700.89
HSL252º22.73%8.63%-
HSV(B)252º37.04%10.59%-
XYZ0.670.621.12-
YUV18.74132.66128.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 27 (10.94% from 255) = 42.86%
R=30.16%
G=26.98%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1917270.300.3700.8925222.738.63
Hex13111B1E25059fc179
Octal232133364501313742711
Binary100111000111011111101001010101100111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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