#3D3149

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

Shades of Jagger #3D3149

Tints of Jagger #3D3149

Color information

#3D3149 (or 0x3D3149) is unknown color: approx Jagger. HEX triplet: 3D, 31 and 49. RGB value is (61,49,73). Sum of RGB (Red+Green+Blue) = 61+49+73=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D3149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3149 is #C2CEB6. Grayscale: #373737. Windows color (decimal): -12766903 or 4796733. OLE color: 4796733.

HSL color Cylindrical-coordinate representation of color #3D3149: hue angle of 270º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D3149 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB614973-
CMYK0.160.3300.71
HSL270º19.67%23.92%-
HSV(B)270º32.88%28.63%-
XYZ4.233.676.79-
YUV55.32137.98132.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=33.33%
G=26.78%
B=39.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6149730.160.3300.7127019.6723.92
Hex3D3149102104710e1418
Octal7561111204101074162430
Binary111101110001100100110000100001010001111000011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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