#340E33

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

Shades of Mardi Gras #340E33

Tints of Mardi Gras #340E33

Color information

#340E33 (or 0x340E33) is unknown color: approx Mardi Gras. HEX triplet: 34, 0E and 33. RGB value is (52,14,51). Sum of RGB (Red+Green+Blue) = 52+14+51=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #340E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E33 is #CBF1CC. Grayscale: #1D1D1D. Windows color (decimal): -13365709 or 3345972. OLE color: 3345972.

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

Color convert

RGB521451-
CMYK00.730.020.80
HSL301.58º57.58%12.94%-
HSV(B)301.58º73.08%20.39%-
XYZ2.171.283.27-
YUV29.58140.09143.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 14 (5.86% from 255) = 11.97%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=44.44%
G=11.97%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52145100.730.020.80301.5857.5812.94
Hex34E3304925012e3ad
Octal641663011121204567215
Binary1101001110110011010010011010100001001011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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