#191631

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

Shades of Jaguar #191631

Tints of Jaguar #191631

Color information

#191631 (or 0x191631) is unknown color: approx Jaguar. HEX triplet: 19, 16 and 31. RGB value is (25,22,49). Sum of RGB (Red+Green+Blue) = 25+22+49=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #191631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191631 is #E6E9CE. Grayscale: #191919. Windows color (decimal): -15133135 or 3216921. OLE color: 3216921.

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

Color convert

RGB252249-
CMYK0.490.5500.81
HSL246.67º38.03%13.92%-
HSV(B)246.67º55.1%19.22%-
XYZ1.2413.03-
YUV25.98140.99127.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.04%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=26.04%
G=22.92%
B=51.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2522490.490.5500.81246.6738.0313.92
Hex1916313137051f726e
Octal312661616701213674616
Binary110011011011000111000111011101010001111101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191631; }

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

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

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

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

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

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

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

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