#19162E

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

Shades of Jaguar #19162E

Tints of Jaguar #19162E

Color information

#19162E (or 0x19162E) is unknown color: approx Jaguar. HEX triplet: 19, 16 and 2E. RGB value is (25,22,46). Sum of RGB (Red+Green+Blue) = 25+22+46=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #19162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19162E is #E6E9D1. Grayscale: #191919. Windows color (decimal): -15133138 or 3020313. OLE color: 3020313.

HSL color Cylindrical-coordinate representation of color #19162E: hue angle of 247.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19162E is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB252246-
CMYK0.460.5200.82
HSL247.5º35.29%13.33%-
HSV(B)247.5º52.17%18.04%-
XYZ1.180.982.71-
YUV25.63139.49127.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=26.88%
G=23.66%
B=49.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2522460.460.5200.82247.535.2913.33
Hex19162E2E34052f823d
Octal312656566401223704315
Binary110011011010111010111011010001010010111110001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,22,46); }

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

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

 a { background-color: rgb(25,22,46); }

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

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

 span { border-color: rgb(25,22,46); }

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