#3E3546

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

Shades of Jagger #3E3546

Tints of Jagger #3E3546

Color information

#3E3546 (or 0x3E3546) is unknown color: approx Jagger. HEX triplet: 3E, 35 and 46. RGB value is (62,53,70). Sum of RGB (Red+Green+Blue) = 62+53+70=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E3546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3546 is #C1CAB9. Grayscale: #393939. Windows color (decimal): -12700346 or 4601150. OLE color: 4601150.

HSL color Cylindrical-coordinate representation of color #3E3546: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E3546 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB625370-
CMYK0.110.2400.73
HSL271.76º13.82%24.12%-
HSV(B)271.76º24.29%27.45%-
XYZ4.374.016.34-
YUV57.63134.98131.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=33.51%
G=28.65%
B=37.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6253700.110.2400.73271.7613.8224.12
Hex3E3546B18049110e18
Octal7665106133001114201630
Binary111110110101100011010111100001001001100010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3546; }

 p { color: rgb(62,53,70); }

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

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

 a { background-color: rgb(62,53,70); }

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

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

 span { border-color: rgb(62,53,70); }

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