#3D314C

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

Shades of Jagger #3D314C

Tints of Jagger #3D314C

Color information

#3D314C (or 0x3D314C) is unknown color: approx Jagger. HEX triplet: 3D, 31 and 4C. RGB value is (61,49,76). Sum of RGB (Red+Green+Blue) = 61+49+76=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D314C is #C2CEB3. Grayscale: #373737. Windows color (decimal): -12766900 or 4993341. OLE color: 4993341.

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

Color convert

RGB614976-
CMYK0.200.3600.70
HSL266.67º21.6%24.51%-
HSV(B)266.67º35.53%29.8%-
XYZ4.333.717.33-
YUV55.67139.48131.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.80%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 76 (30.08% from 255) = 40.86%
R=32.80%
G=26.34%
B=40.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6149760.200.3600.70266.6721.624.51
Hex3D314C142404610b1619
Octal7561114244401064132631
Binary111101110001100110010100100100010001101000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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