#17152E

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

Shades of Jaguar #17152E

Tints of Jaguar #17152E

Color information

#17152E (or 0x17152E) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 2E. RGB value is (23,21,46). Sum of RGB (Red+Green+Blue) = 23+21+46=90 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.56% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #17152E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17152E is #E8EAD1. Grayscale: #181818. Windows color (decimal): -15264466 or 3020055. OLE color: 3020055.

HSL color Cylindrical-coordinate representation of color #17152E: hue angle of 244.8º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #17152E is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB232146-
CMYK0.500.5400.82
HSL244.8º37.31%13.14%-
HSV(B)244.8º54.35%18.04%-
XYZ1.110.922.7-
YUV24.45140.16126.97-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 25.56%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 46 (18.36% from 255) = 51.11%
R=25.56%
G=23.33%
B=51.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2321460.500.5400.82244.837.3113.14
Hex17152E3236052f525d
Octal272556626601223654515
Binary101111010110111011001011011001010010111101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17152E; }

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

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

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

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

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

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

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

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