#3E314D

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

Shades of Jagger #3E314D

Tints of Jagger #3E314D

Color information

#3E314D (or 0x3E314D) is unknown color: approx Jagger. HEX triplet: 3E, 31 and 4D. RGB value is (62,49,77). Sum of RGB (Red+Green+Blue) = 62+49+77=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E314D is #C1CEB2. Grayscale: #373737. Windows color (decimal): -12701363 or 5058878. OLE color: 5058878.

HSL color Cylindrical-coordinate representation of color #3E314D: hue angle of 267.86º 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 #3E314D is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB624977-
CMYK0.190.3600.70
HSL267.86º22.22%24.71%-
HSV(B)267.86º36.36%30.2%-
XYZ4.423.767.51-
YUV56.08139.81132.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=32.98%
G=26.06%
B=40.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6249770.190.3600.70267.8622.2224.71
Hex3E314D132404610c1619
Octal7661115234401064142631
Binary111110110001100110110011100100010001101000011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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