#19172C

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

Shades of Jaguar #19172C

Tints of Jaguar #19172C

Color information

#19172C (or 0x19172C) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 2C. RGB value is (25,23,44). Sum of RGB (Red+Green+Blue) = 25+23+44=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #19172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172C is #E6E8D3. Grayscale: #191919. Windows color (decimal): -15132884 or 2889497. OLE color: 2889497.

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

Color convert

RGB252344-
CMYK0.430.4800.83
HSL245.71º31.34%13.14%-
HSV(B)245.71º47.73%17.25%-
XYZ1.1612.51-
YUV25.99138.16127.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.17%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=27.17%
G=25%
B=47.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2523440.430.4800.83245.7131.3413.14
Hex19172C2B30053f61fd
Octal312754536001233663715
Binary11001101111011001010111100000101001111110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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