#341D36

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

Shades of Mardi Gras #341D36

Tints of Mardi Gras #341D36

Color information

#341D36 (or 0x341D36) is unknown color: approx Mardi Gras. HEX triplet: 34, 1D and 36. RGB value is (52,29,54). Sum of RGB (Red+Green+Blue) = 52+29+54=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #341D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D36 is #CBE2C9. Grayscale: #262626. Windows color (decimal): -13361866 or 3546420. OLE color: 3546420.

HSL color Cylindrical-coordinate representation of color #341D36: hue angle of 295.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341D36 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB522954-
CMYK0.040.4600.79
HSL295.2º30.12%16.27%-
HSV(B)295.2º46.3%21.18%-
XYZ2.521.883.72-
YUV38.73136.62137.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 54 (21.48% from 255) = 40%
R=38.52%
G=21.48%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5229540.040.4600.79295.230.1216.27
Hex341D3642E04F1271e10
Octal64356645601174473620
Binary11010011101110110100101110010011111001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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