#19181D

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

Shades of Jaguar #19181D

Tints of Jaguar #19181D

Color information

#19181D (or 0x19181D) is unknown color: approx Jaguar. HEX triplet: 19, 18 and 1D. RGB value is (25,24,29). Sum of RGB (Red+Green+Blue) = 25+24+29=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 29 - color contains mainly: blue. Hex color #19181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19181D is #E6E7E2. Grayscale: #181818. Windows color (decimal): -15132643 or 1906713. OLE color: 1906713.

HSL color Cylindrical-coordinate representation of color #19181D: hue angle of 252º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #19181D is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB252429-
CMYK0.140.1700.89
HSL252º9.43%10.39%-
HSV(B)252º17.24%11.37%-
XYZ0.950.951.3-
YUV24.87130.33128.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=32.05%
G=30.77%
B=37.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2524290.140.1700.892529.4310.39
Hex19181DE11059fc9a
Octal313035162101313741112
Binary110011100011101111010001010110011111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19181D; }

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

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

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

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

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

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

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

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