#341D39

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

Shades of Mardi Gras #341D39

Tints of Mardi Gras #341D39

Color information

#341D39 (or 0x341D39) is unknown color: approx Mardi Gras. HEX triplet: 34, 1D and 39. RGB value is (52,29,57). Sum of RGB (Red+Green+Blue) = 52+29+57=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #341D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D39 is #CBE2C6. Grayscale: #262626. Windows color (decimal): -13361863 or 3743028. OLE color: 3743028.

HSL color Cylindrical-coordinate representation of color #341D39: hue angle of 289.29º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #341D39 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB522957-
CMYK0.090.4900.78
HSL289.29º32.56%16.86%-
HSV(B)289.29º49.12%22.35%-
XYZ2.591.94.1-
YUV39.07138.12137.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=37.68%
G=21.01%
B=41.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5229570.090.4900.78289.2932.5616.86
Hex341D3993104E1212111
Octal643571116101164414121
Binary1101001110111100110011100010100111010010000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341D39; }

 p { color: rgb(52,29,57); }

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

<style>
 a { background-color: #341D39; }

 a { background-color: rgb(52,29,57); }

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

<style>
 span { border-color: #341D39; }

 span { border-color: rgb(52,29,57); }

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