#3D1141

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

Shades of Mardi Gras #3D1141

Tints of Mardi Gras #3D1141

Color information

#3D1141 (or 0x3D1141) is unknown color: approx Mardi Gras. HEX triplet: 3D, 11 and 41. RGB value is (61,17,65). Sum of RGB (Red+Green+Blue) = 61+17+65=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D1141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1141 is #C2EEBE. Grayscale: #232323. Windows color (decimal): -12775103 or 4264253. OLE color: 4264253.

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

Color convert

RGB611765-
CMYK0.060.7400.75
HSL295º58.54%16.08%-
HSV(B)295º73.85%25.49%-
XYZ3.081.775.18-
YUV35.63144.58146.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.66%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=42.66%
G=11.89%
B=45.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6117650.060.7400.7529558.5416.08
Hex3D114164A04B1273b10
Octal7521101611201134477320
Binary11110110001100000111010010100100101110010011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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