#3B1D3C

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

Shades of Mardi Gras #3B1D3C

Tints of Mardi Gras #3B1D3C

Color information

#3B1D3C (or 0x3B1D3C) is unknown color: approx Mardi Gras. HEX triplet: 3B, 1D and 3C. RGB value is (59,29,60). Sum of RGB (Red+Green+Blue) = 59+29+60=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B1D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D3C is #C4E2C3. Grayscale: #292929. Windows color (decimal): -12903108 or 3939643. OLE color: 3939643.

HSL color Cylindrical-coordinate representation of color #3B1D3C: hue angle of 298.06º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B1D3C is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB592960-
CMYK0.020.5200.76
HSL298.06º34.83%17.45%-
HSV(B)298.06º51.67%23.53%-
XYZ3.062.134.53-
YUV41.5138.44140.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=39.86%
G=19.59%
B=40.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5929600.020.5200.76298.0634.8317.45
Hex3B1D3C23404C12a2311
Octal73357426401144524321
Binary11101111101111100101101000100110010010101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,29,60); }

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

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

 a { background-color: rgb(59,29,60); }

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

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

 span { border-color: rgb(59,29,60); }

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