#3A0238

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

Shades of Mardi Gras #3A0238

Tints of Mardi Gras #3A0238

Color information

#3A0238 (or 0x3A0238) is unknown color: approx Mardi Gras. HEX triplet: 3A, 02 and 38. RGB value is (58,2,56). Sum of RGB (Red+Green+Blue) = 58+2+56=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0238 is #C5FDC7. Grayscale: #181818. Windows color (decimal): -12975560 or 3670586. OLE color: 3670586.

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

Color convert

RGB58256-
CMYK00.970.030.77
HSL302.14º93.33%11.76%-
HSV(B)302.14º96.55%22.75%-
XYZ2.481.233.85-
YUV24.9145.55151.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=50%
G=1.72%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5825600.970.030.77302.1493.3311.76
Hex3A23806134D12e5dc
Octal722700141311545613514
Binary111010101110000110000111100110110010111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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