#19172F

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

Shades of Jaguar #19172F

Tints of Jaguar #19172F

Color information

#19172F (or 0x19172F) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 2F. RGB value is (25,23,47). Sum of RGB (Red+Green+Blue) = 25+23+47=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #19172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172F is #E6E8D0. Grayscale: #1A1A1A. Windows color (decimal): -15132881 or 3086105. OLE color: 3086105.

HSL color Cylindrical-coordinate representation of color #19172F: hue angle of 245º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #19172F is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB252347-
CMYK0.470.5100.82
HSL245º34.29%13.73%-
HSV(B)245º51.06%18.43%-
XYZ1.221.022.82-
YUV26.33139.66127.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.32%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 47 (18.75% from 255) = 49.47%
R=26.32%
G=24.21%
B=49.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2523470.470.5100.8224534.2913.73
Hex19172F2F33052f522e
Octal312757576301223654216
Binary110011011110111110111111001101010010111101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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