#19163A

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

Shades of Jaguar #19163A

Tints of Jaguar #19163A

Color information

#19163A (or 0x19163A) is unknown color: approx Jaguar. HEX triplet: 19, 16 and 3A. RGB value is (25,22,58). Sum of RGB (Red+Green+Blue) = 25+22+58=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #19163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19163A is #E6E9C5. Grayscale: #1A1A1A. Windows color (decimal): -15133126 or 3806745. OLE color: 3806745.

HSL color Cylindrical-coordinate representation of color #19163A: hue angle of 245º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19163A is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB252258-
CMYK0.570.6200.77
HSL245º45%15.69%-
HSV(B)245º62.07%22.75%-
XYZ1.451.094.14-
YUV27145.49126.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 58 (23.05% from 255) = 55.24%
R=23.81%
G=20.95%
B=55.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2522580.570.6200.772454515.69
Hex19163A393E04Df52d10
Octal312672717601153655520
Binary1100110110111010111001111110010011011111010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19163A; }

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

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

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

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

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

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

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

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