#171534

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

Shades of Jaguar #171534

Tints of Jaguar #171534

Color information

#171534 (or 0x171534) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 34. RGB value is (23,21,52). Sum of RGB (Red+Green+Blue) = 23+21+52=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #171534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171534 is #E8EACB. Grayscale: #191919. Windows color (decimal): -15264460 or 3413271. OLE color: 3413271.

HSL color Cylindrical-coordinate representation of color #171534: hue angle of 243.87º degrees, saturation: 0.42, 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 #171534 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB232152-
CMYK0.560.6000.80
HSL243.87º42.47%14.31%-
HSV(B)243.87º59.62%20.39%-
XYZ1.240.973.37-
YUV25.13143.16126.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.96%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 52 (20.70% from 255) = 54.17%
R=23.96%
G=21.88%
B=54.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2321520.560.6000.80243.8742.4714.31
Hex171534383C050f42ae
Octal272564707401203645216
Binary101111010111010011100011110001010000111101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171534; }

 p { color: rgb(23,21,52); }

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

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

 a { background-color: rgb(23,21,52); }

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

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

 span { border-color: rgb(23,21,52); }

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