#19172E

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

Shades of Jaguar #19172E

Tints of Jaguar #19172E

Color information

#19172E (or 0x19172E) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 2E. RGB value is (25,23,46). Sum of RGB (Red+Green+Blue) = 25+23+46=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #19172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172E is #E6E8D1. Grayscale: #1A1A1A. Windows color (decimal): -15132882 or 3020569. OLE color: 3020569.

HSL color Cylindrical-coordinate representation of color #19172E: hue angle of 245.22º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #19172E is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB252346-
CMYK0.460.5000.82
HSL245.22º33.33%13.53%-
HSV(B)245.22º50%18.04%-
XYZ1.21.022.72-
YUV26.22139.16127.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.60%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 46 (18.36% from 255) = 48.94%
R=26.60%
G=24.47%
B=48.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2523460.460.5000.82245.2233.3313.53
Hex19172E2E32052f521e
Octal312756566201223654116
Binary110011011110111010111011001001010010111101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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