#3D314D

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

Shades of Jagger #3D314D

Tints of Jagger #3D314D

Color information

#3D314D (or 0x3D314D) is unknown color: approx Jagger. HEX triplet: 3D, 31 and 4D. RGB value is (61,49,77). Sum of RGB (Red+Green+Blue) = 61+49+77=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D314D is #C2CEB2. Grayscale: #373737. Windows color (decimal): -12766899 or 5058877. OLE color: 5058877.

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

Color convert

RGB614977-
CMYK0.210.3600.70
HSL265.71º22.22%24.71%-
HSV(B)265.71º36.36%30.2%-
XYZ4.363.727.51-
YUV55.78139.98131.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=32.62%
G=26.20%
B=41.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6149770.210.3600.70265.7122.2224.71
Hex3D314D152404610a1619
Octal7561115254401064122631
Binary111101110001100110110101100100010001101000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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