#191629

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

Shades of Jaguar #191629

Tints of Jaguar #191629

Color information

#191629 (or 0x191629) is unknown color: approx Jaguar. HEX triplet: 19, 16 and 29. RGB value is (25,22,41). Sum of RGB (Red+Green+Blue) = 25+22+41=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 41 (16.41% from 255 or 46.59% from 88); Max value from RGB is 41 - color contains mainly: blue. Hex color #191629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191629 is #E6E9D6. Grayscale: #181818. Windows color (decimal): -15133143 or 2692633. OLE color: 2692633.

HSL color Cylindrical-coordinate representation of color #191629: hue angle of 249.47º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #191629 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB252241-
CMYK0.390.4600.84
HSL249.47º30.16%12.35%-
HSV(B)249.47º46.34%16.08%-
XYZ1.090.942.22-
YUV25.06136.99127.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.41%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 41 (16.41% from 255) = 46.59%
R=28.41%
G=25%
B=46.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2522410.390.4600.84249.4730.1612.35
Hex191629272E054f91ec
Octal312651475601243713614
Binary11001101101010011001111011100101010011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191629; }

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

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

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

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

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

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

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

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