#191720

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

Shades of Jaguar #191720

Tints of Jaguar #191720

Color information

#191720 (or 0x191720) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 20. RGB value is (25,23,32). Sum of RGB (Red+Green+Blue) = 25+23+32=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 32 - color contains mainly: blue. Hex color #191720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191720 is #E6E8DF. Grayscale: #181818. Windows color (decimal): -15132896 or 2103065. OLE color: 2103065.

HSL color Cylindrical-coordinate representation of color #191720: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191720 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB252332-
CMYK0.220.2800.87
HSL253.33º16.36%10.78%-
HSV(B)253.33º28.12%12.55%-
XYZ0.970.921.49-
YUV24.62132.16128.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 32 (12.89% from 255) = 40%
R=31.25%
G=28.75%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2523320.220.2800.87253.3316.3610.78
Hex191720161C057fd10b
Octal312740263401273752013
Binary110011011110000010110111000101011111111101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191720; }

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

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

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

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

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

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

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

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