#3B043D

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

Shades of Mardi Gras #3B043D

Tints of Mardi Gras #3B043D

Color information

#3B043D (or 0x3B043D) is unknown color: approx Mardi Gras. HEX triplet: 3B, 04 and 3D. RGB value is (59,4,61). Sum of RGB (Red+Green+Blue) = 59+4+61=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B043D is #C4FBC2. Grayscale: #1A1A1A. Windows color (decimal): -12909507 or 3998779. OLE color: 3998779.

HSL color Cylindrical-coordinate representation of color #3B043D: hue angle of 297.89º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B043D is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB59461-
CMYK0.030.9300.76
HSL297.89º87.69%12.75%-
HSV(B)297.89º93.44%23.92%-
XYZ2.691.354.53-
YUV26.94147.22150.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.58%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=47.58%
G=3.23%
B=49.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal594610.030.9300.76297.8987.6912.75
Hex3B43D35D04C12a58d
Octal734753135011445213015
Binary1110111001111011110111010100110010010101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,4,61); }

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

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

 a { background-color: rgb(59,4,61); }

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

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

 span { border-color: rgb(59,4,61); }

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