#340E2E

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

Shades of Mardi Gras #340E2E

Tints of Mardi Gras #340E2E

Color information

#340E2E (or 0x340E2E) is unknown color: approx Mardi Gras. HEX triplet: 34, 0E and 2E. RGB value is (52,14,46). Sum of RGB (Red+Green+Blue) = 52+14+46=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #340E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E2E is #CBF1D1. Grayscale: #1C1C1C. Windows color (decimal): -13365714 or 3018292. OLE color: 3018292.

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

Color convert

RGB521446-
CMYK00.730.120.80
HSL309.47º57.58%12.94%-
HSV(B)309.47º73.08%20.39%-
XYZ2.071.242.72-
YUV29.01137.59144.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 14 (5.86% from 255) = 12.5%
BLUE value IS 46 (18.36% from 255) = 41.07%
R=46.43%
G=12.5%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52144600.730.120.80309.4757.5812.94
Hex34E2E049C501353ad
Octal6416560111141204657215
Binary110100111010111001001001110010100001001101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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