#3D2548

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

Shades of Jagger #3D2548

Tints of Jagger #3D2548

Color information

#3D2548 (or 0x3D2548) is unknown color: approx Jagger. HEX triplet: 3D, 25 and 48. RGB value is (61,37,72). Sum of RGB (Red+Green+Blue) = 61+37+72=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2548 is #C2DAB7. Grayscale: #303030. Windows color (decimal): -12769976 or 4728125. OLE color: 4728125.

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

Color convert

RGB613772-
CMYK0.150.4900.72
HSL281.14º32.11%21.37%-
HSV(B)281.14º48.61%28.24%-
XYZ3.762.786.47-
YUV48.17141.45137.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.88%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=35.88%
G=21.76%
B=42.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6137720.150.4900.72281.1432.1121.37
Hex3D2548F310481192015
Octal7545110176101104314025
Binary111101100101100100011111100010100100010001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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