#340E31

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

Shades of Mardi Gras #340E31

Tints of Mardi Gras #340E31

Color information

#340E31 (or 0x340E31) is unknown color: approx Mardi Gras. HEX triplet: 34, 0E and 31. RGB value is (52,14,49). Sum of RGB (Red+Green+Blue) = 52+14+49=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #340E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E31 is #CBF1CE. Grayscale: #1D1D1D. Windows color (decimal): -13365711 or 3214900. OLE color: 3214900.

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

Color convert

RGB521449-
CMYK00.730.060.80
HSL304.74º57.58%12.94%-
HSV(B)304.74º73.08%20.39%-
XYZ2.131.273.04-
YUV29.35139.09144.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=45.22%
G=12.17%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52144900.730.060.80304.7457.5812.94
Hex34E310496501313ad
Octal641661011161204617215
Binary11010011101100010100100111010100001001100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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