#340E2F

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

Shades of Mardi Gras #340E2F

Tints of Mardi Gras #340E2F

Color information

#340E2F (or 0x340E2F) is unknown color: approx Mardi Gras. HEX triplet: 34, 0E and 2F. RGB value is (52,14,47). Sum of RGB (Red+Green+Blue) = 52+14+47=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #340E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E2F is #CBF1D0. Grayscale: #1D1D1D. Windows color (decimal): -13365713 or 3083828. OLE color: 3083828.

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

Color convert

RGB521447-
CMYK00.730.100.80
HSL307.89º57.58%12.94%-
HSV(B)307.89º73.08%20.39%-
XYZ2.091.252.82-
YUV29.12138.09144.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=46.02%
G=12.39%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52144700.730.100.80307.8957.5812.94
Hex34E2F049A501343ad
Octal6416570111121204647215
Binary110100111010111101001001101010100001001101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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