#131024

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

Shades of Jaguar #131024

Tints of Jaguar #131024

Color information

#131024 (or 0x131024) is unknown color: approx Jaguar. HEX triplet: 13, 10 and 24. RGB value is (19,16,36). Sum of RGB (Red+Green+Blue) = 19+16+36=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #131024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131024 is #ECEFDB. Grayscale: #131313. Windows color (decimal): -15527900 or 2363411. OLE color: 2363411.

HSL color Cylindrical-coordinate representation of color #131024: hue angle of 249º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #131024 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB191636-
CMYK0.470.5600.86
HSL249º38.46%10.2%-
HSV(B)249º55.56%14.12%-
XYZ0.770.641.75-
YUV19.18137.49127.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 36 (14.45% from 255) = 50.70%
R=26.76%
G=22.54%
B=50.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1916360.470.5600.8624938.4610.2
Hex1310242F38056f926a
Octal232044577001263714612
Binary100111000010010010111111100001010110111110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131024; }

 p { color: rgb(19,16,36); }

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

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

 a { background-color: rgb(19,16,36); }

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

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

 span { border-color: rgb(19,16,36); }

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