#3E2849

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

Shades of Jagger #3E2849

Tints of Jagger #3E2849

Color information

#3E2849 (or 0x3E2849) is unknown color: approx Jagger. HEX triplet: 3E, 28 and 49. RGB value is (62,40,73). Sum of RGB (Red+Green+Blue) = 62+40+73=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E2849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2849 is #C1D7B6. Grayscale: #323232. Windows color (decimal): -12703671 or 4794430. OLE color: 4794430.

HSL color Cylindrical-coordinate representation of color #3E2849: hue angle of 280º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E2849 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB624073-
CMYK0.150.4500.71
HSL280º29.2%22.16%-
HSV(B)280º45.21%28.63%-
XYZ3.953.026.68-
YUV50.34140.79136.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.43%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=35.43%
G=22.86%
B=41.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6240730.150.4500.7128029.222.16
Hex3E2849F2D0471181d16
Octal7650111175501074303526
Binary11111010100010010011111101101010001111000110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,40,73); }

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

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

 a { background-color: rgb(62,40,73); }

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

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

 span { border-color: rgb(62,40,73); }

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