#130E31

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

Shades of Jaguar #130E31

Tints of Jaguar #130E31

Color information

#130E31 (or 0x130E31) is unknown color: approx Jaguar. HEX triplet: 13, 0E and 31. RGB value is (19,14,49). Sum of RGB (Red+Green+Blue) = 19+14+49=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #130E31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E31 is #ECF1CE. Grayscale: #131313. Windows color (decimal): -15528399 or 3214867. OLE color: 3214867.

HSL color Cylindrical-coordinate representation of color #130E31: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #130E31 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB191449-
CMYK0.610.7100.81
HSL248.57º55.56%12.35%-
HSV(B)248.57º71.43%19.22%-
XYZ0.980.672.98-
YUV19.48144.66127.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 49 (19.53% from 255) = 59.76%
R=23.17%
G=17.07%
B=59.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1914490.610.7100.81248.5755.5612.35
Hex13E313D47051f938c
Octal2316617510701213717014
Binary100111110110001111101100011101010001111110011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130E31; }

 p { color: rgb(19,14,49); }

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

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

 a { background-color: rgb(19,14,49); }

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

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

 span { border-color: rgb(19,14,49); }

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