#3A2438

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

Shades of Mardi Gras #3A2438

Tints of Mardi Gras #3A2438

Color information

#3A2438 (or 0x3A2438) is unknown color: approx Mardi Gras. HEX triplet: 3A, 24 and 38. RGB value is (58,36,56). Sum of RGB (Red+Green+Blue) = 58+36+56=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2438 is #C5DBC7. Grayscale: #2C2C2C. Windows color (decimal): -12966856 or 3679290. OLE color: 3679290.

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

Color convert

RGB583656-
CMYK00.380.030.77
HSL305.45º23.4%18.43%-
HSV(B)305.45º37.93%22.75%-
XYZ3.092.454.05-
YUV44.86134.29137.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.67%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 56 (22.27% from 255) = 37.33%
R=38.67%
G=24%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58365600.380.030.77305.4523.418.43
Hex3A243802634D1311712
Octal72447004631154612722
Binary11101010010011100001001101110011011001100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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