#3B1F3B

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

Shades of Mardi Gras #3B1F3B

Tints of Mardi Gras #3B1F3B

Color information

#3B1F3B (or 0x3B1F3B) is unknown color: approx Mardi Gras. HEX triplet: 3B, 1F and 3B. RGB value is (59,31,59). Sum of RGB (Red+Green+Blue) = 59+31+59=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B1F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F3B is #C4E0C4. Grayscale: #2A2A2A. Windows color (decimal): -12902597 or 3874619. OLE color: 3874619.

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

Color convert

RGB593159-
CMYK00.4700.77
HSL300º31.11%17.65%-
HSV(B)300º47.46%23.14%-
XYZ3.082.234.4-
YUV42.56137.28139.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.60%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 59 (23.44% from 255) = 39.60%
R=39.60%
G=20.81%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59315900.4700.7730031.1117.65
Hex3B1F3B02F04D12c1f12
Octal73377305701154543722
Binary111011111111110110101111010011011001011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,31,59); }

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

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

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

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

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

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

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