#413548

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

Shades of Jagger #413548

Tints of Jagger #413548

Color information

#413548 (or 0x413548) is unknown color: approx Jagger. HEX triplet: 41, 35 and 48. RGB value is (65,53,72). Sum of RGB (Red+Green+Blue) = 65+53+72=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #413548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413548 is #BECAB7. Grayscale: #3A3A3A. Windows color (decimal): -12503736 or 4732225. OLE color: 4732225.

HSL color Cylindrical-coordinate representation of color #413548: hue angle of 277.89º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413548 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB655372-
CMYK0.100.2600.72
HSL277.89º15.2%24.51%-
HSV(B)277.89º26.39%28.24%-
XYZ4.624.146.69-
YUV58.75135.48132.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=34.21%
G=27.89%
B=37.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6553720.100.2600.72277.8915.224.51
Hex413548A1A048116f19
Octal10165110123201104261731
Binary1000001110101100100010101101001001000100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413548; }

 p { color: rgb(65,53,72); }

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

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

 a { background-color: rgb(65,53,72); }

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

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

 span { border-color: rgb(65,53,72); }

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