#191726

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

Shades of Jaguar #191726

Tints of Jaguar #191726

Color information

#191726 (or 0x191726) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 26. RGB value is (25,23,38). Sum of RGB (Red+Green+Blue) = 25+23+38=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #191726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191726 is #E6E8D9. Grayscale: #191919. Windows color (decimal): -15132890 or 2496281. OLE color: 2496281.

HSL color Cylindrical-coordinate representation of color #191726: hue angle of 248º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #191726 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB252338-
CMYK0.340.3900.85
HSL248º24.59%11.96%-
HSV(B)248º39.47%14.9%-
XYZ1.060.961.96-
YUV25.31135.16127.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.07%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 38 (15.23% from 255) = 44.19%
R=29.07%
G=26.74%
B=44.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2523380.340.3900.8524824.5911.96
Hex1917262227055f819c
Octal312746424701253703114
Binary11001101111001101000101001110101010111111000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191726; }

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

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

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

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

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

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

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

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