#340E32

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

Shades of Mardi Gras #340E32

Tints of Mardi Gras #340E32

Color information

#340E32 (or 0x340E32) is unknown color: approx Mardi Gras. HEX triplet: 34, 0E and 32. RGB value is (52,14,50). Sum of RGB (Red+Green+Blue) = 52+14+50=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #340E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E32 is #CBF1CD. Grayscale: #1D1D1D. Windows color (decimal): -13365710 or 3280436. OLE color: 3280436.

HSL color Cylindrical-coordinate representation of color #340E32: hue angle of 303.16º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E32 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB521450-
CMYK00.730.040.80
HSL303.16º57.58%12.94%-
HSV(B)303.16º73.08%20.39%-
XYZ2.151.273.15-
YUV29.47139.59144.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 14 (5.86% from 255) = 12.07%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=44.83%
G=12.07%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52145000.730.040.80303.1657.5812.94
Hex34E3204945012f3ad
Octal641662011141204577215
Binary11010011101100100100100110010100001001011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340E32; }

 p { color: rgb(52,14,50); }

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

<style>
 a { background-color: #340E32; }

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

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

<style>
 span { border-color: #340E32; }

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

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