#341E33

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

Shades of Mardi Gras #341E33

Tints of Mardi Gras #341E33

Color information

#341E33 (or 0x341E33) is unknown color: approx Mardi Gras. HEX triplet: 34, 1E and 33. RGB value is (52,30,51). Sum of RGB (Red+Green+Blue) = 52+30+51=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #341E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E33 is #CBE1CC. Grayscale: #262626. Windows color (decimal): -13361613 or 3350068. OLE color: 3350068.

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

Color convert

RGB523051-
CMYK00.420.020.80
HSL302.73º26.83%16.08%-
HSV(B)302.73º42.31%20.39%-
XYZ2.481.93.37-
YUV38.97134.79137.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=39.10%
G=22.56%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52305100.420.020.80302.7326.8316.08
Hex341E3302A25012f1b10
Octal64366305221204573320
Binary1101001111011001101010101010100001001011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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