#340C2E

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

Shades of Mardi Gras #340C2E

Tints of Mardi Gras #340C2E

Color information

#340C2E (or 0x340C2E) is unknown color: approx Mardi Gras. HEX triplet: 34, 0C and 2E. RGB value is (52,12,46). Sum of RGB (Red+Green+Blue) = 52+12+46=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #340C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C2E is #CBF3D1. Grayscale: #1B1B1B. Windows color (decimal): -13366226 or 3017780. OLE color: 3017780.

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

Color convert

RGB521246-
CMYK00.770.120.80
HSL309º62.5%12.55%-
HSV(B)309º76.92%20.39%-
XYZ2.041.192.71-
YUV27.84138.25145.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=47.27%
G=10.91%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52124600.770.120.8030962.512.55
Hex34C2E04DC501353ed
Octal6414560115141204657615
Binary110100110010111001001101110010100001001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,12,46); }

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

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

 a { background-color: rgb(52,12,46); }

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

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

 span { border-color: rgb(52,12,46); }

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