#3A0436

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

Shades of Mardi Gras #3A0436

Tints of Mardi Gras #3A0436

Color information

#3A0436 (or 0x3A0436) is unknown color: approx Mardi Gras. HEX triplet: 3A, 04 and 36. RGB value is (58,4,54). Sum of RGB (Red+Green+Blue) = 58+4+54=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0436 is #C5FBC9. Grayscale: #191919. Windows color (decimal): -12975050 or 3540026. OLE color: 3540026.

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

Color convert

RGB58454-
CMYK00.930.070.77
HSL304.44º87.1%12.16%-
HSV(B)304.44º93.1%22.75%-
XYZ2.451.253.6-
YUV25.85143.89150.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 54 (21.48% from 255) = 46.55%
R=50%
G=3.45%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5845400.930.070.77304.4487.112.16
Hex3A43605D74D13057c
Octal724660135711546012714
Binary11101010011011001011101111100110110011000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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