#19173A

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

Shades of Jaguar #19173A

Tints of Jaguar #19173A

Color information

#19173A (or 0x19173A) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 3A. RGB value is (25,23,58). Sum of RGB (Red+Green+Blue) = 25+23+58=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #19173A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19173A is #E6E8C5. Grayscale: #1B1B1B. Windows color (decimal): -15132870 or 3807001. OLE color: 3807001.

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

Color convert

RGB252358-
CMYK0.570.6000.77
HSL243.43º43.21%15.88%-
HSV(B)243.43º60.34%22.75%-
XYZ1.471.124.14-
YUV27.59145.16126.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.58%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 58 (23.05% from 255) = 54.72%
R=23.58%
G=21.70%
B=54.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2523580.570.6000.77243.4343.2115.88
Hex19173A393C04Df32b10
Octal312772717401153635320
Binary1100110111111010111001111100010011011111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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