#191626

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

Shades of Jaguar #191626

Tints of Jaguar #191626

Color information

#191626 (or 0x191626) is unknown color: approx Jaguar. HEX triplet: 19, 16 and 26. RGB value is (25,22,38). Sum of RGB (Red+Green+Blue) = 25+22+38=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #191626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191626 is #E6E9D9. Grayscale: #181818. Windows color (decimal): -15133146 or 2496025. OLE color: 2496025.

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

Color convert

RGB252238-
CMYK0.340.4200.85
HSL251.25º26.67%11.76%-
HSV(B)251.25º42.11%14.9%-
XYZ1.040.921.96-
YUV24.72135.49128.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 38 (15.23% from 255) = 44.71%
R=29.41%
G=25.88%
B=44.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2522380.340.4200.85251.2526.6711.76
Hex191626222A055fb1bc
Octal312646425201253733314
Binary11001101101001101000101010100101010111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191626; }

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

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

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

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

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

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

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

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