#130F2D

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

Shades of Jaguar #130F2D

Tints of Jaguar #130F2D

Color information

#130F2D (or 0x130F2D) is unknown color: approx Jaguar. HEX triplet: 13, 0F and 2D. RGB value is (19,15,45). Sum of RGB (Red+Green+Blue) = 19+15+45=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #130F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F2D is #ECF0D2. Grayscale: #131313. Windows color (decimal): -15528147 or 2952979. OLE color: 2952979.

HSL color Cylindrical-coordinate representation of color #130F2D: hue angle of 248º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #130F2D is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB191545-
CMYK0.580.6700.82
HSL248º50%11.76%-
HSV(B)248º66.67%17.65%-
XYZ0.910.672.56-
YUV19.62142.33127.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=24.05%
G=18.99%
B=56.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1915450.580.6700.822485011.76
Hex13F2D3A43052f832c
Octal2317557210301223706214
Binary100111111101101111010100001101010010111110001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,15,45); }

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

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

 a { background-color: rgb(19,15,45); }

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

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

 span { border-color: rgb(19,15,45); }

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