#130D31

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

Shades of Jaguar #130D31

Tints of Jaguar #130D31

Color information

#130D31 (or 0x130D31) is unknown color: approx Jaguar. HEX triplet: 13, 0D and 31. RGB value is (19,13,49). Sum of RGB (Red+Green+Blue) = 19+13+49=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #130D31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D31 is #ECF2CE. Grayscale: #121212. Windows color (decimal): -15528655 or 3214611. OLE color: 3214611.

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

Color convert

RGB191349-
CMYK0.610.7300.81
HSL250º58.06%12.16%-
HSV(B)250º73.47%19.22%-
XYZ0.970.652.98-
YUV18.9144.99128.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 49 (19.53% from 255) = 60.49%
R=23.46%
G=16.05%
B=60.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1913490.610.7300.8125058.0612.16
Hex13D313D49051fa3ac
Octal2315617511101213727214
Binary100111101110001111101100100101010001111110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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