#341E38

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

Shades of Mardi Gras #341E38

Tints of Mardi Gras #341E38

Color information

#341E38 (or 0x341E38) is unknown color: approx Mardi Gras. HEX triplet: 34, 1E and 38. RGB value is (52,30,56). Sum of RGB (Red+Green+Blue) = 52+30+56=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #341E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E38 is #CBE1C7. Grayscale: #272727. Windows color (decimal): -13361608 or 3677748. OLE color: 3677748.

HSL color Cylindrical-coordinate representation of color #341E38: hue angle of 290.77º 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 #341E38 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB523056-
CMYK0.070.4600.78
HSL290.77º30.23%16.86%-
HSV(B)290.77º46.43%21.96%-
XYZ2.591.943.98-
YUV39.54137.29136.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=37.68%
G=21.74%
B=40.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5230560.070.4600.78290.7730.2316.86
Hex341E3872E04E1231e11
Octal64367075601164433621
Binary11010011110111000111101110010011101001000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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