#341D31

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

Shades of Mardi Gras #341D31

Tints of Mardi Gras #341D31

Color information

#341D31 (or 0x341D31) is unknown color: approx Mardi Gras. HEX triplet: 34, 1D and 31. RGB value is (52,29,49). Sum of RGB (Red+Green+Blue) = 52+29+49=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #341D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D31 is #CBE2CE. Grayscale: #262626. Windows color (decimal): -13361871 or 3218740. OLE color: 3218740.

HSL color Cylindrical-coordinate representation of color #341D31: hue angle of 307.83º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D31 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB522949-
CMYK00.440.060.80
HSL307.83º28.4%15.88%-
HSV(B)307.83º44.23%20.39%-
XYZ2.411.833.13-
YUV38.16134.12137.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=40%
G=22.31%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52294900.440.060.80307.8328.415.88
Hex341D3102C6501341c10
Octal64356105461204643420
Binary11010011101110001010110011010100001001101001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341D31; }

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

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

<style>
 a { background-color: #341D31; }

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

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

<style>
 span { border-color: #341D31; }

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

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