#3D1340

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

Shades of Mardi Gras #3D1340

Tints of Mardi Gras #3D1340

Color information

#3D1340 (or 0x3D1340) is unknown color: approx Mardi Gras. HEX triplet: 3D, 13 and 40. RGB value is (61,19,64). Sum of RGB (Red+Green+Blue) = 61+19+64=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D1340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1340 is #C2ECBF. Grayscale: #242424. Windows color (decimal): -12774592 or 4199229. OLE color: 4199229.

HSL color Cylindrical-coordinate representation of color #3D1340: hue angle of 296º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1340 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB611964-
CMYK0.050.7000.75
HSL296º54.22%16.27%-
HSV(B)296º70.31%25.1%-
XYZ3.081.835.04-
YUV36.69143.41145.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.36%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=42.36%
G=13.19%
B=44.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6119640.050.7000.7529654.2216.27
Hex3D134054604B1283610
Octal7523100510601134506620
Binary11110110011100000010110001100100101110010100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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