#3B2139

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

Shades of Mardi Gras #3B2139

Tints of Mardi Gras #3B2139

Color information

#3B2139 (or 0x3B2139) is unknown color: approx Mardi Gras. HEX triplet: 3B, 21 and 39. RGB value is (59,33,57). Sum of RGB (Red+Green+Blue) = 59+33+57=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2139 is #C4DEC6. Grayscale: #2B2B2B. Windows color (decimal): -12902087 or 3744059. OLE color: 3744059.

HSL color Cylindrical-coordinate representation of color #3B2139: hue angle of 304.62º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2139 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB593357-
CMYK00.440.030.77
HSL304.62º28.26%18.04%-
HSV(B)304.62º44.07%23.14%-
XYZ3.092.314.15-
YUV43.51135.61139.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.60%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=39.60%
G=22.15%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59335700.440.030.77304.6228.2618.04
Hex3B213902C34D1311c12
Octal73417105431154613422
Binary11101110000111100101011001110011011001100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,33,57); }

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

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

 a { background-color: rgb(59,33,57); }

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

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

 span { border-color: rgb(59,33,57); }

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