#191731

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

Shades of Jaguar #191731

Tints of Jaguar #191731

Color information

#191731 (or 0x191731) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 31. RGB value is (25,23,49). Sum of RGB (Red+Green+Blue) = 25+23+49=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #191731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191731 is #E6E8CE. Grayscale: #1A1A1A. Windows color (decimal): -15132879 or 3217177. OLE color: 3217177.

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

Color convert

RGB252349-
CMYK0.490.5300.81
HSL244.62º36.11%14.12%-
HSV(B)244.62º53.06%19.22%-
XYZ1.261.043.04-
YUV26.56140.66126.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.77%
GREEN value IS 23 (9.38% from 255) = 23.71%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=25.77%
G=23.71%
B=50.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2523490.490.5300.81244.6236.1114.12
Hex1917313135051f524e
Octal312761616501213654416
Binary110011011111000111000111010101010001111101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191731; }

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

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

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

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

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

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

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

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