#3D324D

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

Shades of Martinique #3D324D

Tints of Martinique #3D324D

Color information

#3D324D (or 0x3D324D) is unknown color: approx Martinique. HEX triplet: 3D, 32 and 4D. RGB value is (61,50,77). Sum of RGB (Red+Green+Blue) = 61+50+77=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D324D is #C2CDB2. Grayscale: #383838. Windows color (decimal): -12766643 or 5059133. OLE color: 5059133.

HSL color Cylindrical-coordinate representation of color #3D324D: hue angle of 264.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D324D is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB615077-
CMYK0.210.3500.70
HSL264.44º21.26%24.9%-
HSV(B)264.44º35.06%30.2%-
XYZ4.43.817.52-
YUV56.37139.64131.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.45%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=32.45%
G=26.60%
B=40.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6150770.210.3500.70264.4421.2624.9
Hex3D324D15230461081519
Octal7562115254301064102531
Binary111101110010100110110101100011010001101000010001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,77); }

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

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

 a { background-color: rgb(61,50,77); }

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

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

 span { border-color: rgb(61,50,77); }

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