#17152F

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

Shades of Jaguar #17152F

Tints of Jaguar #17152F

Color information

#17152F (or 0x17152F) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 2F. RGB value is (23,21,47). Sum of RGB (Red+Green+Blue) = 23+21+47=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #17152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17152F is #E8EAD0. Grayscale: #181818. Windows color (decimal): -15264465 or 3085591. OLE color: 3085591.

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

Color convert

RGB232147-
CMYK0.510.5500.82
HSL244.62º38.24%13.33%-
HSV(B)244.62º55.32%18.43%-
XYZ1.130.922.81-
YUV24.56140.66126.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 25.27%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 47 (18.75% from 255) = 51.65%
R=25.27%
G=23.08%
B=51.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2321470.510.5500.82244.6238.2413.33
Hex17152F3337052f526d
Octal272557636701223654615
Binary101111010110111111001111011101010010111101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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