#3B2140

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

Shades of Mardi Gras #3B2140

Tints of Mardi Gras #3B2140

Color information

#3B2140 (or 0x3B2140) is unknown color: approx Mardi Gras. HEX triplet: 3B, 21 and 40. RGB value is (59,33,64). Sum of RGB (Red+Green+Blue) = 59+33+64=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2140 is #C4DEBF. Grayscale: #2C2C2C. Windows color (decimal): -12902080 or 4202811. OLE color: 4202811.

HSL color Cylindrical-coordinate representation of color #3B2140: hue angle of 290.32º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B2140 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB593364-
CMYK0.080.4800.75
HSL290.32º31.96%19.02%-
HSV(B)290.32º48.44%25.1%-
XYZ3.272.395.14-
YUV44.31139.11138.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.82%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=37.82%
G=21.15%
B=41.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5933640.080.4800.75290.3231.9619.02
Hex3B214083004B1222013
Octal7341100106001134424023
Binary111011100001100000010001100000100101110010001010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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