#171329

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

Shades of Jaguar #171329

Tints of Jaguar #171329

Color information

#171329 (or 0x171329) is unknown color: approx Jaguar. HEX triplet: 17, 13 and 29. RGB value is (23,19,41). Sum of RGB (Red+Green+Blue) = 23+19+41=83 (10% of max value = 765). Red value is 23 (9.38% from 255 or 27.71% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #171329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171329 is #E8ECD6. Grayscale: #161616. Windows color (decimal): -15264983 or 2691863. OLE color: 2691863.

HSL color Cylindrical-coordinate representation of color #171329: hue angle of 250.91º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #171329 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB231941-
CMYK0.440.5400.84
HSL250.91º36.67%11.76%-
HSV(B)250.91º53.66%16.08%-
XYZ0.990.812.2-
YUV22.7138.33128.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 27.71%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 41 (16.41% from 255) = 49.40%
R=27.71%
G=22.89%
B=49.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2319410.440.5400.84250.9136.6711.76
Hex1713292C36054fb25c
Octal272351546601243734514
Binary101111001110100110110011011001010100111110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171329; }

 p { color: rgb(23,19,41); }

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

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

 a { background-color: rgb(23,19,41); }

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

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

 span { border-color: rgb(23,19,41); }

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