#341C31

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

Shades of Mardi Gras #341C31

Tints of Mardi Gras #341C31

Color information

#341C31 (or 0x341C31) is unknown color: approx Mardi Gras. HEX triplet: 34, 1C and 31. RGB value is (52,28,49). Sum of RGB (Red+Green+Blue) = 52+28+49=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #341C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C31 is #CBE3CE. Grayscale: #252525. Windows color (decimal): -13362127 or 3218484. OLE color: 3218484.

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

Color convert

RGB522849-
CMYK00.460.060.80
HSL307.5º30%15.69%-
HSV(B)307.5º46.15%20.39%-
XYZ2.391.783.12-
YUV37.57134.45138.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=40.31%
G=21.71%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52284900.460.060.80307.53015.69
Hex341C3102E6501341e10
Octal64346105661204643620
Binary11010011100110001010111011010100001001101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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