#3A2338

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

Shades of Mardi Gras #3A2338

Tints of Mardi Gras #3A2338

Color information

#3A2338 (or 0x3A2338) is unknown color: approx Mardi Gras. HEX triplet: 3A, 23 and 38. RGB value is (58,35,56). Sum of RGB (Red+Green+Blue) = 58+35+56=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2338 is #C5DCC7. Grayscale: #2C2C2C. Windows color (decimal): -12967112 or 3679034. OLE color: 3679034.

HSL color Cylindrical-coordinate representation of color #3A2338: hue angle of 305.22º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2338 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB583556-
CMYK00.400.030.77
HSL305.22º24.73%18.24%-
HSV(B)305.22º39.66%22.75%-
XYZ3.062.394.04-
YUV44.27134.62137.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.93%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 56 (22.27% from 255) = 37.58%
R=38.93%
G=23.49%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58355600.400.030.77305.2224.7318.24
Hex3A233802834D1311912
Octal72437005031154613122
Binary11101010001111100001010001110011011001100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2338; }

 p { color: rgb(58,35,56); }

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

<style>
 a { background-color: #3A2338; }

 a { background-color: rgb(58,35,56); }

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

<style>
 span { border-color: #3A2338; }

 span { border-color: rgb(58,35,56); }

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