#340D32

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

Shades of Mardi Gras #340D32

Tints of Mardi Gras #340D32

Color information

#340D32 (or 0x340D32) is unknown color: approx Mardi Gras. HEX triplet: 34, 0D and 32. RGB value is (52,13,50). Sum of RGB (Red+Green+Blue) = 52+13+50=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #340D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D32 is #CBF2CD. Grayscale: #1C1C1C. Windows color (decimal): -13365966 or 3280180. OLE color: 3280180.

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

Color convert

RGB521350-
CMYK00.750.040.80
HSL303.08º60%12.75%-
HSV(B)303.08º75%20.39%-
XYZ2.141.253.15-
YUV28.88139.92144.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 13 (5.47% from 255) = 11.30%
BLUE value IS 50 (19.92% from 255) = 43.48%
R=45.22%
G=11.30%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52135000.750.040.80303.086012.75
Hex34D3204B45012f3cd
Octal641562011341204577415
Binary11010011011100100100101110010100001001011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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