#130E2C

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

Shades of Jaguar #130E2C

Tints of Jaguar #130E2C

Color information

#130E2C (or 0x130E2C) is unknown color: approx Jaguar. HEX triplet: 13, 0E and 2C. RGB value is (19,14,44). Sum of RGB (Red+Green+Blue) = 19+14+44=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #130E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E2C is #ECF1D3. Grayscale: #121212. Windows color (decimal): -15528404 or 2887187. OLE color: 2887187.

HSL color Cylindrical-coordinate representation of color #130E2C: hue angle of 250º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130E2C is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB191444-
CMYK0.570.6800.83
HSL250º51.72%11.37%-
HSV(B)250º68.18%17.25%-
XYZ0.880.632.46-
YUV18.92142.16128.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 14 (5.86% from 255) = 18.18%
BLUE value IS 44 (17.58% from 255) = 57.14%
R=24.68%
G=18.18%
B=57.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1914440.570.6800.8325051.7211.37
Hex13E2C3944053fa34b
Octal2316547110401233726413
Binary100111110101100111001100010001010011111110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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