#19172A

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

Shades of Jaguar #19172A

Tints of Jaguar #19172A

Color information

#19172A (or 0x19172A) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 2A. RGB value is (25,23,42). Sum of RGB (Red+Green+Blue) = 25+23+42=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #19172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172A is #E6E8D5. Grayscale: #191919. Windows color (decimal): -15132886 or 2758425. OLE color: 2758425.

HSL color Cylindrical-coordinate representation of color #19172A: hue angle of 246.32º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #19172A is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB252342-
CMYK0.400.4500.84
HSL246.32º29.23%12.75%-
HSV(B)246.32º45.24%16.47%-
XYZ1.130.992.32-
YUV25.76137.16127.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.78%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 42 (16.80% from 255) = 46.67%
R=27.78%
G=25.56%
B=46.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2523420.400.4500.84246.3229.2312.75
Hex19172A282D054f61dd
Octal312752505501243663515
Binary11001101111010101010001011010101010011110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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