#3D1C40

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

Shades of Mardi Gras #3D1C40

Tints of Mardi Gras #3D1C40

Color information

#3D1C40 (or 0x3D1C40) is unknown color: approx Mardi Gras. HEX triplet: 3D, 1C and 40. RGB value is (61,28,64). Sum of RGB (Red+Green+Blue) = 61+28+64=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D1C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C40 is #C2E3BF. Grayscale: #292929. Windows color (decimal): -12772288 or 4201533. OLE color: 4201533.

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

Color convert

RGB612864-
CMYK0.050.5600.75
HSL295º39.13%18.04%-
HSV(B)295º56.25%25.1%-
XYZ3.272.195.1-
YUV41.97140.43141.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.87%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=39.87%
G=18.30%
B=41.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6128640.050.5600.7529539.1318.04
Hex3D1C4053804B1272712
Octal753410057001134474722
Binary1111011110010000001011110000100101110010011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,28,64); }

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

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

 a { background-color: rgb(61,28,64); }

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

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

 span { border-color: rgb(61,28,64); }

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