#19181E

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

Shades of Jaguar #19181E

Tints of Jaguar #19181E

Color information

#19181E (or 0x19181E) is unknown color: approx Jaguar. HEX triplet: 19, 18 and 1E. RGB value is (25,24,30). Sum of RGB (Red+Green+Blue) = 25+24+30=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 30 - color contains mainly: blue. Hex color #19181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19181E is #E6E7E1. Grayscale: #181818. Windows color (decimal): -15132642 or 1972249. OLE color: 1972249.

HSL color Cylindrical-coordinate representation of color #19181E: hue angle of 250º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #19181E is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB252430-
CMYK0.170.2000.88
HSL250º11.11%10.59%-
HSV(B)250º20%11.76%-
XYZ0.960.951.36-
YUV24.98130.83128.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.65%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=31.65%
G=30.38%
B=37.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2524300.170.2000.8825011.1110.59
Hex19181E1114058fabb
Octal313036212401303721313
Binary1100111000111101000110100010110001111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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