#340E2D

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

Shades of Mardi Gras #340E2D

Tints of Mardi Gras #340E2D

Color information

#340E2D (or 0x340E2D) is unknown color: approx Mardi Gras. HEX triplet: 34, 0E and 2D. RGB value is (52,14,45). Sum of RGB (Red+Green+Blue) = 52+14+45=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #340E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E2D is #CBF1D2. Grayscale: #1C1C1C. Windows color (decimal): -13365715 or 2952756. OLE color: 2952756.

HSL color Cylindrical-coordinate representation of color #340E2D: hue angle of 311.05º 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 #340E2D is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB521445-
CMYK00.730.130.80
HSL311.05º57.58%12.94%-
HSV(B)311.05º73.08%20.39%-
XYZ2.051.232.61-
YUV28.9137.09144.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=46.85%
G=12.61%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52144500.730.130.80311.0557.5812.94
Hex34E2D049D501373ad
Octal6416550111151204677215
Binary110100111010110101001001110110100001001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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