#341F35

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

Shades of Mardi Gras #341F35

Tints of Mardi Gras #341F35

Color information

#341F35 (or 0x341F35) is unknown color: approx Mardi Gras. HEX triplet: 34, 1F and 35. RGB value is (52,31,53). Sum of RGB (Red+Green+Blue) = 52+31+53=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 53 - color contains mainly: blue. Hex color #341F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F35 is #CBE0CA. Grayscale: #272727. Windows color (decimal): -13361355 or 3481396. OLE color: 3481396.

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

Color convert

RGB523153-
CMYK0.020.4200.79
HSL297.27º26.19%16.47%-
HSV(B)297.27º41.51%20.78%-
XYZ2.551.973.61-
YUV39.79135.46136.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=38.24%
G=22.79%
B=38.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5231530.020.4200.79297.2726.1916.47
Hex341F3522A04F1291a10
Octal64376525201174513220
Binary1101001111111010110101010010011111001010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,31,53); }

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

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

 a { background-color: rgb(52,31,53); }

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

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

 span { border-color: rgb(52,31,53); }

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