#191531

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

Shades of Jaguar #191531

Tints of Jaguar #191531

Color information

#191531 (or 0x191531) is unknown color: approx Jaguar. HEX triplet: 19, 15 and 31. RGB value is (25,21,49). Sum of RGB (Red+Green+Blue) = 25+21+49=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #191531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191531 is #E6EACE. Grayscale: #191919. Windows color (decimal): -15133391 or 3216665. OLE color: 3216665.

HSL color Cylindrical-coordinate representation of color #191531: hue angle of 248.57º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #191531 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB252149-
CMYK0.490.5700.81
HSL248.57º40%13.73%-
HSV(B)248.57º57.14%19.22%-
XYZ1.220.963.03-
YUV25.39141.33127.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.32%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=26.32%
G=22.11%
B=51.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2521490.490.5700.81248.574013.73
Hex1915313139051f928e
Octal312561617101213715016
Binary110011010111000111000111100101010001111110011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191531; }

 p { color: rgb(25,21,49); }

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

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

 a { background-color: rgb(25,21,49); }

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

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

 span { border-color: rgb(25,21,49); }

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