#3D3148

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

Shades of Jagger #3D3148

Tints of Jagger #3D3148

Color information

#3D3148 (or 0x3D3148) is unknown color: approx Jagger. HEX triplet: 3D, 31 and 48. RGB value is (61,49,72). Sum of RGB (Red+Green+Blue) = 61+49+72=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3148 is #C2CEB7. Grayscale: #373737. Windows color (decimal): -12766904 or 4731197. OLE color: 4731197.

HSL color Cylindrical-coordinate representation of color #3D3148: hue angle of 271.3º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D3148 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB614972-
CMYK0.150.3200.72
HSL271.3º19.01%23.73%-
HSV(B)271.3º31.94%28.24%-
XYZ4.193.666.62-
YUV55.21137.48132.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.52%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=33.52%
G=26.92%
B=39.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6149720.150.3200.72271.319.0123.73
Hex3D3148F2004810f1318
Octal7561110174001104172330
Binary11110111000110010001111100000010010001000011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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