#171528

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

Shades of Jaguar #171528

Tints of Jaguar #171528

Color information

#171528 (or 0x171528) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 28. RGB value is (23,21,40). Sum of RGB (Red+Green+Blue) = 23+21+40=84 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.38% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #171528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171528 is #E8EAD7. Grayscale: #171717. Windows color (decimal): -15264472 or 2626839. OLE color: 2626839.

HSL color Cylindrical-coordinate representation of color #171528: hue angle of 246.32º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #171528 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB232140-
CMYK0.430.4800.84
HSL246.32º31.15%11.96%-
HSV(B)246.32º47.5%15.69%-
XYZ10.872.12-
YUV23.76137.16127.46-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 27.38%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=27.38%
G=25%
B=47.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2321400.430.4800.84246.3231.1511.96
Hex1715282B30054f61fc
Octal272550536001243663714
Binary10111101011010001010111100000101010011110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171528; }

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

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

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

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

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

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

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

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