#130F2C

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

Shades of Jaguar #130F2C

Tints of Jaguar #130F2C

Color information

#130F2C (or 0x130F2C) is unknown color: approx Jaguar. HEX triplet: 13, 0F and 2C. RGB value is (19,15,44). Sum of RGB (Red+Green+Blue) = 19+15+44=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #130F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F2C is #ECF0D3. Grayscale: #131313. Windows color (decimal): -15528148 or 2887443. OLE color: 2887443.

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

Color convert

RGB191544-
CMYK0.570.6600.83
HSL248.28º49.15%11.57%-
HSV(B)248.28º65.91%17.25%-
XYZ0.890.662.46-
YUV19.5141.83127.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=24.36%
G=19.23%
B=56.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1915440.570.6600.83248.2849.1511.57
Hex13F2C3942053f831c
Octal2317547110201233706114
Binary100111111101100111001100001001010011111110001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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