#3D2449

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

Shades of Jagger #3D2449

Tints of Jagger #3D2449

Color information

#3D2449 (or 0x3D2449) is unknown color: approx Jagger. HEX triplet: 3D, 24 and 49. RGB value is (61,36,73). Sum of RGB (Red+Green+Blue) = 61+36+73=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D2449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2449 is #C2DBB6. Grayscale: #2F2F2F. Windows color (decimal): -12770231 or 4793405. OLE color: 4793405.

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

Color convert

RGB613673-
CMYK0.160.5100.71
HSL280.54º33.94%21.37%-
HSV(B)280.54º50.68%28.63%-
XYZ3.762.736.63-
YUV47.69142.28137.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.88%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=35.88%
G=21.18%
B=42.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6136730.160.5100.71280.5433.9421.37
Hex3D244910330471192215
Octal7544111206301074314225
Binary1111011001001001001100001100110100011110001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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