#130E2F

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

Shades of Jaguar #130E2F

Tints of Jaguar #130E2F

Color information

#130E2F (or 0x130E2F) is unknown color: approx Jaguar. HEX triplet: 13, 0E and 2F. RGB value is (19,14,47). Sum of RGB (Red+Green+Blue) = 19+14+47=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #130E2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E2F is #ECF1D0. Grayscale: #131313. Windows color (decimal): -15528401 or 3083795. OLE color: 3083795.

HSL color Cylindrical-coordinate representation of color #130E2F: hue angle of 249.09º degrees, saturation: 0.54, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #130E2F is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB191447-
CMYK0.600.7000.82
HSL249.09º54.1%11.96%-
HSV(B)249.09º70.21%18.43%-
XYZ0.940.662.77-
YUV19.26143.66127.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 14 (5.86% from 255) = 17.5%
BLUE value IS 47 (18.75% from 255) = 58.75%
R=23.75%
G=17.5%
B=58.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1914470.600.7000.82249.0954.111.96
Hex13E2F3C46052f936c
Octal2316577410601223716614
Binary100111110101111111100100011001010010111110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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