#3A013A

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

Shades of Mardi Gras #3A013A

Tints of Mardi Gras #3A013A

Color information

#3A013A (or 0x3A013A) is unknown color: approx Mardi Gras. HEX triplet: 3A, 01 and 3A. RGB value is (58,1,58). Sum of RGB (Red+Green+Blue) = 58+1+58=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A013A is #C5FEC5. Grayscale: #181818. Windows color (decimal): -12975814 or 3801402. OLE color: 3801402.

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

Color convert

RGB58158-
CMYK00.9800.77
HSL300º96.61%11.57%-
HSV(B)300º98.28%22.75%-
XYZ2.521.234.11-
YUV24.54146.88151.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.57%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=49.57%
G=0.85%
B=49.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5815800.9800.7730096.6111.57
Hex3A13A06204D12c61c
Octal721720142011545414114
Binary1110101111010011000100100110110010110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,1,58); }

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

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

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

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

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

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

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