#3A3149

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

Shades of Martinique #3A3149

Tints of Martinique #3A3149

Color information

#3A3149 (or 0x3A3149) is unknown color: approx Martinique. HEX triplet: 3A, 31 and 49. RGB value is (58,49,73). Sum of RGB (Red+Green+Blue) = 58+49+73=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A3149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3149 is #C5CEB6. Grayscale: #363636. Windows color (decimal): -12963511 or 4796730. OLE color: 4796730.

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

Color convert

RGB584973-
CMYK0.210.3300.71
HSL262.5º19.67%23.92%-
HSV(B)262.5º32.88%28.63%-
XYZ4.053.586.78-
YUV54.43138.48130.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.22%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=32.22%
G=27.22%
B=40.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5849730.210.3300.71262.519.6723.92
Hex3A314915210471061418
Octal7261111254101074062430
Binary111010110001100100110101100001010001111000001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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