#19172B

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

Shades of Jaguar #19172B

Tints of Jaguar #19172B

Color information

#19172B (or 0x19172B) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 2B. RGB value is (25,23,43). Sum of RGB (Red+Green+Blue) = 25+23+43=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #19172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172B is #E6E8D4. Grayscale: #191919. Windows color (decimal): -15132885 or 2823961. OLE color: 2823961.

HSL color Cylindrical-coordinate representation of color #19172B: hue angle of 246º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #19172B is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB252343-
CMYK0.420.4700.83
HSL246º30.3%12.94%-
HSV(B)246º46.51%16.86%-
XYZ1.140.992.42-
YUV25.88137.66127.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 23 (9.38% from 255) = 25.27%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=27.47%
G=25.27%
B=47.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2523430.420.4700.8324630.312.94
Hex19172B2A2F053f61ed
Octal312753525701233663615
Binary11001101111010111010101011110101001111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19172B; }

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

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

<style>
 a { background-color: #19172B; }

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

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

<style>
 span { border-color: #19172B; }

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

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