#3A0232

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

Shades of Mardi Gras #3A0232

Tints of Mardi Gras #3A0232

Color information

#3A0232 (or 0x3A0232) is unknown color: approx Mardi Gras. HEX triplet: 3A, 02 and 32. RGB value is (58,2,50). Sum of RGB (Red+Green+Blue) = 58+2+50=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0232 is #C5FDCD. Grayscale: #181818. Windows color (decimal): -12975566 or 3277370. OLE color: 3277370.

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

Color convert

RGB58250-
CMYK00.970.140.77
HSL308.57º93.33%11.76%-
HSV(B)308.57º96.55%22.75%-
XYZ2.341.173.12-
YUV24.22142.55152.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.73%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=52.73%
G=1.82%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5825000.970.140.77308.5793.3311.76
Hex3A232061E4D1355dc
Octal7226201411611546513514
Binary11101010110010011000011110100110110011010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,2,50); }

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

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

 a { background-color: rgb(58,2,50); }

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

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

 span { border-color: rgb(58,2,50); }

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