#130F2A

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

Shades of Jaguar #130F2A

Tints of Jaguar #130F2A

Color information

#130F2A (or 0x130F2A) is unknown color: approx Jaguar. HEX triplet: 13, 0F and 2A. RGB value is (19,15,42). Sum of RGB (Red+Green+Blue) = 19+15+42=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #130F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F2A is #ECF0D5. Grayscale: #131313. Windows color (decimal): -15528150 or 2756371. OLE color: 2756371.

HSL color Cylindrical-coordinate representation of color #130F2A: hue angle of 248.89º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #130F2A is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB191542-
CMYK0.550.6400.84
HSL248.89º47.37%11.18%-
HSV(B)248.89º64.29%16.47%-
XYZ0.860.652.27-
YUV19.27140.83127.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=25%
G=19.74%
B=55.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1915420.550.6400.84248.8947.3711.18
Hex13F2A3740054f92fb
Octal2317526710001243715713
Binary100111111101010110111100000001010100111110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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