#3A1F38

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

Shades of Mardi Gras #3A1F38

Tints of Mardi Gras #3A1F38

Color information

#3A1F38 (or 0x3A1F38) is unknown color: approx Mardi Gras. HEX triplet: 3A, 1F and 38. RGB value is (58,31,56). Sum of RGB (Red+Green+Blue) = 58+31+56=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1F38 is #C5E0C7. Grayscale: #292929. Windows color (decimal): -12968136 or 3678010. OLE color: 3678010.

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

Color convert

RGB583156-
CMYK00.470.030.77
HSL304.44º30.34%17.45%-
HSV(B)304.44º46.55%22.75%-
XYZ2.952.174-
YUV41.92135.95139.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=40%
G=21.38%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58315600.470.030.77304.4430.3417.45
Hex3A1F3802F34D1301e11
Octal72377005731154603621
Binary1110101111111100001011111110011011001100001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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