#3A2849

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

Shades of Jagger #3A2849

Tints of Jagger #3A2849

Color information

#3A2849 (or 0x3A2849) is unknown color: approx Jagger. HEX triplet: 3A, 28 and 49. RGB value is (58,40,73). Sum of RGB (Red+Green+Blue) = 58+40+73=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A2849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2849 is #C5D7B6. Grayscale: #313131. Windows color (decimal): -12965815 or 4794426. OLE color: 4794426.

HSL color Cylindrical-coordinate representation of color #3A2849: hue angle of 272.73º 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 #3A2849 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB584073-
CMYK0.210.4500.71
HSL272.73º29.2%22.16%-
HSV(B)272.73º45.21%28.63%-
XYZ3.712.96.67-
YUV49.14141.46134.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 73 (28.91% from 255) = 42.69%
R=33.92%
G=23.39%
B=42.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5840730.210.4500.71272.7329.222.16
Hex3A2849152D0471111d16
Octal7250111255501074213526
Binary111010101000100100110101101101010001111000100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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