#171520

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

Shades of Jaguar #171520

Tints of Jaguar #171520

Color information

#171520 (or 0x171520) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 20. RGB value is (23,21,32). Sum of RGB (Red+Green+Blue) = 23+21+32=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #171520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171520 is #E8EADF. Grayscale: #161616. Windows color (decimal): -15264480 or 2102551. OLE color: 2102551.

HSL color Cylindrical-coordinate representation of color #171520: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #171520 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB232132-
CMYK0.280.3400.87
HSL250.91º20.75%10.39%-
HSV(B)250.91º34.38%12.55%-
XYZ0.880.821.48-
YUV22.85133.16128.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 30.26%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=30.26%
G=27.63%
B=42.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2321320.280.3400.87250.9120.7510.39
Hex1715201C22057fb15a
Octal272540344201273732512
Binary1011110101100000111001000100101011111111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171520; }

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

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

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

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

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

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

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

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