#171432

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

Shades of Jaguar #171432

Tints of Jaguar #171432

Color information

#171432 (or 0x171432) is unknown color: approx Jaguar. HEX triplet: 17, 14 and 32. RGB value is (23,20,50). Sum of RGB (Red+Green+Blue) = 23+20+50=93 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.73% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #171432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171432 is #E8EBCD. Grayscale: #181818. Windows color (decimal): -15264718 or 3281943. OLE color: 3281943.

HSL color Cylindrical-coordinate representation of color #171432: hue angle of 246º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #171432 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB232050-
CMYK0.540.6000.80
HSL246º42.86%13.73%-
HSV(B)246º60%19.61%-
XYZ1.180.913.13-
YUV24.32142.49127.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 24.73%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 50 (19.92% from 255) = 53.76%
R=24.73%
G=21.51%
B=53.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2320500.540.6000.8024642.8613.73
Hex171432363C050f62be
Octal272462667401203665316
Binary101111010011001011011011110001010000111101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171432; }

 p { color: rgb(23,20,50); }

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

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

 a { background-color: rgb(23,20,50); }

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

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

 span { border-color: rgb(23,20,50); }

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