#191728

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

Shades of Jaguar #191728

Tints of Jaguar #191728

Color information

#191728 (or 0x191728) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 28. RGB value is (25,23,40). Sum of RGB (Red+Green+Blue) = 25+23+40=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #191728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191728 is #E6E8D7. Grayscale: #191919. Windows color (decimal): -15132888 or 2627353. OLE color: 2627353.

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

Color convert

RGB252340-
CMYK0.380.4300.84
HSL247.06º26.98%12.35%-
HSV(B)247.06º42.5%15.69%-
XYZ1.090.972.14-
YUV25.54136.16127.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.41%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=28.41%
G=26.14%
B=45.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2523400.380.4300.84247.0626.9812.35
Hex191728262B054f71bc
Octal312750465301243673314
Binary11001101111010001001101010110101010011110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191728; }

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

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

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

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

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

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

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

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