#130F20

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

Shades of Jaguar #130F20

Tints of Jaguar #130F20

Color information

#130F20 (or 0x130F20) is unknown color: approx Jaguar. HEX triplet: 13, 0F and 20. RGB value is (19,15,32). Sum of RGB (Red+Green+Blue) = 19+15+32=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #130F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F20 is #ECF0DF. Grayscale: #121212. Windows color (decimal): -15528160 or 2101011. OLE color: 2101011.

HSL color Cylindrical-coordinate representation of color #130F20: hue angle of 254.12º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #130F20 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB191532-
CMYK0.410.5300.87
HSL254.12º36.17%9.22%-
HSV(B)254.12º53.12%12.55%-
XYZ0.70.581.44-
YUV18.13135.83128.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 32 (12.89% from 255) = 48.48%
R=28.79%
G=22.73%
B=48.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1915320.410.5300.87254.1236.179.22
Hex13F202935057fe249
Octal231740516501273764411
Binary10011111110000010100111010101010111111111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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