#171521

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

Shades of Jaguar #171521

Tints of Jaguar #171521

Color information

#171521 (or 0x171521) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 21. RGB value is (23,21,33). Sum of RGB (Red+Green+Blue) = 23+21+33=77 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.87% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #171521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171521 is #E8EADE. Grayscale: #161616. Windows color (decimal): -15264479 or 2168087. OLE color: 2168087.

HSL color Cylindrical-coordinate representation of color #171521: hue angle of 250º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #171521 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB232133-
CMYK0.300.3600.87
HSL250º22.22%10.59%-
HSV(B)250º36.36%12.94%-
XYZ0.90.831.55-
YUV22.97133.66128.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 29.87%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 33 (13.28% from 255) = 42.86%
R=29.87%
G=27.27%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2321330.300.3600.8725022.2210.59
Hex1715211E24057fa16b
Octal272541364401273722613
Binary1011110101100001111101001000101011111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171521; }

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

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

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

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

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

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

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

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