#3A0236

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

Shades of Mardi Gras #3A0236

Tints of Mardi Gras #3A0236

Color information

#3A0236 (or 0x3A0236) is unknown color: approx Mardi Gras. HEX triplet: 3A, 02 and 36. RGB value is (58,2,54). Sum of RGB (Red+Green+Blue) = 58+2+54=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0236 is #C5FDC9. Grayscale: #181818. Windows color (decimal): -12975562 or 3539514. OLE color: 3539514.

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

Color convert

RGB58254-
CMYK00.970.070.77
HSL304.29º93.33%11.76%-
HSV(B)304.29º96.55%22.75%-
XYZ2.431.213.6-
YUV24.67144.55151.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50.88%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 54 (21.48% from 255) = 47.37%
R=50.88%
G=1.75%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5825400.970.070.77304.2993.3311.76
Hex3A23606174D1305dc
Octal722660141711546013514
Binary1110101011011001100001111100110110011000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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