#191820

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

Shades of Jaguar #191820

Tints of Jaguar #191820

Color information

#191820 (or 0x191820) is unknown color: approx Jaguar. HEX triplet: 19, 18 and 20. RGB value is (25,24,32). Sum of RGB (Red+Green+Blue) = 25+24+32=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 32 - color contains mainly: blue. Hex color #191820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191820 is #E6E7DF. Grayscale: #191919. Windows color (decimal): -15132640 or 2103321. OLE color: 2103321.

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

Color convert

RGB252432-
CMYK0.220.2500.87
HSL247.5º14.29%10.98%-
HSV(B)247.5º25%12.55%-
XYZ0.990.961.5-
YUV25.21131.83127.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.86%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 32 (12.89% from 255) = 39.51%
R=30.86%
G=29.63%
B=39.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2524320.220.2500.87247.514.2910.98
Hex1918201619057f8eb
Octal313040263101273701613
Binary11001110001000001011011001010101111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191820; }

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

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

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

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

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

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

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

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