#3A1F36

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

Shades of Mardi Gras #3A1F36

Tints of Mardi Gras #3A1F36

Color information

#3A1F36 (or 0x3A1F36) is unknown color: approx Mardi Gras. HEX triplet: 3A, 1F and 36. RGB value is (58,31,54). Sum of RGB (Red+Green+Blue) = 58+31+54=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1F36 is #C5E0C9. Grayscale: #292929. Windows color (decimal): -12968138 or 3546938. OLE color: 3546938.

HSL color Cylindrical-coordinate representation of color #3A1F36: hue angle of 308.89º 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 #3A1F36 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB583154-
CMYK00.470.070.77
HSL308.89º30.34%17.45%-
HSV(B)308.89º46.55%22.75%-
XYZ2.92.153.75-
YUV41.7134.95139.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=40.56%
G=21.68%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58315400.470.070.77308.8930.3417.45
Hex3A1F3602F74D1351e11
Octal72376605771154653621
Binary11101011111110110010111111110011011001101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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