#17151F

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

Shades of Jaguar #17151F

Tints of Jaguar #17151F

Color information

#17151F (or 0x17151F) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 1F. RGB value is (23,21,31). Sum of RGB (Red+Green+Blue) = 23+21+31=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #17151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17151F is #E8EAE0. Grayscale: #161616. Windows color (decimal): -15264481 or 2037015. OLE color: 2037015.

HSL color Cylindrical-coordinate representation of color #17151F: hue angle of 252º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #17151F is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB232131-
CMYK0.260.3200.88
HSL252º19.23%10.2%-
HSV(B)252º32.26%12.16%-
XYZ0.870.821.41-
YUV22.74132.66128.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 30.67%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=30.67%
G=28%
B=41.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2321310.260.3200.8825219.2310.2
Hex17151F1A20058fc13a
Octal272537324001303742312
Binary101111010111111110101000000101100011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17151F; }

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

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

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

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

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

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

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

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