#17152C

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

Shades of Jaguar #17152C

Tints of Jaguar #17152C

Color information

#17152C (or 0x17152C) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 2C. RGB value is (23,21,44). Sum of RGB (Red+Green+Blue) = 23+21+44=88 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.14% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #17152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17152C is #E8EAD3. Grayscale: #181818. Windows color (decimal): -15264468 or 2888983. OLE color: 2888983.

HSL color Cylindrical-coordinate representation of color #17152C: hue angle of 245.22º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #17152C is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB232144-
CMYK0.480.5200.83
HSL245.22º35.38%12.75%-
HSV(B)245.22º52.27%17.25%-
XYZ1.080.92.5-
YUV24.22139.16127.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 26.14%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 44 (17.58% from 255) = 50%
R=26.14%
G=23.86%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2321440.480.5200.83245.2235.3812.75
Hex17152C3034053f523d
Octal272554606401233654315
Binary101111010110110011000011010001010011111101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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