#3D1D41

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

Shades of Mardi Gras #3D1D41

Tints of Mardi Gras #3D1D41

Color information

#3D1D41 (or 0x3D1D41) is unknown color: approx Mardi Gras. HEX triplet: 3D, 1D and 41. RGB value is (61,29,65). Sum of RGB (Red+Green+Blue) = 61+29+65=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D1D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D41 is #C2E2BE. Grayscale: #2A2A2A. Windows color (decimal): -12772031 or 4267325. OLE color: 4267325.

HSL color Cylindrical-coordinate representation of color #3D1D41: hue angle of 293.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D1D41 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB612965-
CMYK0.060.5500.75
HSL293.33º38.3%18.43%-
HSV(B)293.33º55.38%25.49%-
XYZ3.322.255.26-
YUV42.67140.6141.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.35%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=39.35%
G=18.71%
B=41.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6129650.060.5500.75293.3338.318.43
Hex3D1D4163704B1252612
Octal753510166701134454622
Binary1111011110110000011101101110100101110010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,29,65); }

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

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

 a { background-color: rgb(61,29,65); }

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

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

 span { border-color: rgb(61,29,65); }

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