#341E34

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

Shades of Mardi Gras #341E34

Tints of Mardi Gras #341E34

Color information

#341E34 (or 0x341E34) is unknown color: approx Mardi Gras. HEX triplet: 34, 1E and 34. RGB value is (52,30,52). Sum of RGB (Red+Green+Blue) = 52+30+52=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #341E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E34 is #CBE1CB. Grayscale: #272727. Windows color (decimal): -13361612 or 3415604. OLE color: 3415604.

HSL color Cylindrical-coordinate representation of color #341E34: hue angle of 300º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #341E34 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB523052-
CMYK00.4200.80
HSL300º26.83%16.08%-
HSV(B)300º42.31%20.39%-
XYZ2.51.913.49-
YUV39.09135.29137.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=38.81%
G=22.39%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52305200.4200.8030026.8316.08
Hex341E3402A05012c1b10
Octal64366405201204543320
Binary110100111101101000101010010100001001011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,30,52); }

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

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

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

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

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

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

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