#19172D

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

Shades of Jaguar #19172D

Tints of Jaguar #19172D

Color information

#19172D (or 0x19172D) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 2D. RGB value is (25,23,45). Sum of RGB (Red+Green+Blue) = 25+23+45=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #19172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172D is #E6E8D2. Grayscale: #1A1A1A. Windows color (decimal): -15132883 or 2955033. OLE color: 2955033.

HSL color Cylindrical-coordinate representation of color #19172D: hue angle of 245.45º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #19172D is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB252345-
CMYK0.440.4900.82
HSL245.45º32.35%13.33%-
HSV(B)245.45º48.89%17.65%-
XYZ1.181.012.62-
YUV26.11138.66127.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 45 (17.97% from 255) = 48.39%
R=26.88%
G=24.73%
B=48.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2523450.440.4900.82245.4532.3513.33
Hex19172D2C31052f520d
Octal312755546101223654015
Binary110011011110110110110011000101010010111101011000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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