#41314D

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

Shades of Jagger #41314D

Tints of Jagger #41314D

Color information

#41314D (or 0x41314D) is unknown color: approx Jagger. HEX triplet: 41, 31 and 4D. RGB value is (65,49,77). Sum of RGB (Red+Green+Blue) = 65+49+77=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #41314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41314D is #BECEB2. Grayscale: #383838. Windows color (decimal): -12504755 or 5058881. OLE color: 5058881.

HSL color Cylindrical-coordinate representation of color #41314D: hue angle of 274.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41314D is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB654977-
CMYK0.160.3600.70
HSL274.29º22.22%24.71%-
HSV(B)274.29º36.36%30.2%-
XYZ4.623.867.52-
YUV56.98139.3133.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=34.03%
G=25.65%
B=40.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6549770.160.3600.70274.2922.2224.71
Hex41314D10240461121619
Octal10161115204401064222631
Binary1000001110001100110110000100100010001101000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41314D; }

 p { color: rgb(65,49,77); }

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

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

 a { background-color: rgb(65,49,77); }

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

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

 span { border-color: rgb(65,49,77); }

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