#341F39

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

Shades of Mardi Gras #341F39

Tints of Mardi Gras #341F39

Color information

#341F39 (or 0x341F39) is unknown color: approx Mardi Gras. HEX triplet: 34, 1F and 39. RGB value is (52,31,57). Sum of RGB (Red+Green+Blue) = 52+31+57=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #341F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F39 is #CBE0C6. Grayscale: #282828. Windows color (decimal): -13361351 or 3743540. OLE color: 3743540.

HSL color Cylindrical-coordinate representation of color #341F39: hue angle of 288.46º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341F39 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB523157-
CMYK0.090.4600.78
HSL288.46º29.55%17.25%-
HSV(B)288.46º45.61%22.35%-
XYZ2.642.014.12-
YUV40.24137.46136.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 57 (22.66% from 255) = 40.71%
R=37.14%
G=22.14%
B=40.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5231570.090.4600.78288.4629.5517.25
Hex341F3992E04E1201e11
Octal643771115601164403621
Binary110100111111110011001101110010011101001000001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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