#3D023A

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

Shades of Mardi Gras #3D023A

Tints of Mardi Gras #3D023A

Color information

#3D023A (or 0x3D023A) is unknown color: approx Mardi Gras. HEX triplet: 3D, 02 and 3A. RGB value is (61,2,58). Sum of RGB (Red+Green+Blue) = 61+2+58=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D023A is #C2FDC5. Grayscale: #191919. Windows color (decimal): -12778950 or 3801661. OLE color: 3801661.

HSL color Cylindrical-coordinate representation of color #3D023A: hue angle of 303.05º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D023A is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB61258-
CMYK00.970.050.76
HSL303.05º93.65%12.35%-
HSV(B)303.05º96.72%23.92%-
XYZ2.711.344.12-
YUV26.02146.05152.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 58 (23.05% from 255) = 47.93%
R=50.41%
G=1.65%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6125800.970.050.76303.0593.6512.35
Hex3D23A06154C12f5ec
Octal752720141511445713614
Binary1111011011101001100001101100110010010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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