#171531

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

Shades of Jaguar #171531

Tints of Jaguar #171531

Color information

#171531 (or 0x171531) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 31. RGB value is (23,21,49). Sum of RGB (Red+Green+Blue) = 23+21+49=93 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.73% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #171531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171531 is #E8EACE. Grayscale: #181818. Windows color (decimal): -15264463 or 3216663. OLE color: 3216663.

HSL color Cylindrical-coordinate representation of color #171531: hue angle of 244.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #171531 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB232149-
CMYK0.530.5700.81
HSL244.29º40%13.73%-
HSV(B)244.29º57.14%19.22%-
XYZ1.180.943.03-
YUV24.79141.66126.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 24.73%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 49 (19.53% from 255) = 52.69%
R=24.73%
G=22.58%
B=52.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2321490.530.5700.81244.294013.73
Hex1715313539051f428e
Octal272561657101213645016
Binary101111010111000111010111100101010001111101001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171531; }

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

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

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

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

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

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

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

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