#3F1E3B

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

Shades of Mardi Gras #3F1E3B

Tints of Mardi Gras #3F1E3B

Color information

#3F1E3B (or 0x3F1E3B) is unknown color: approx Mardi Gras. HEX triplet: 3F, 1E and 3B. RGB value is (63,30,59). Sum of RGB (Red+Green+Blue) = 63+30+59=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1E3B is #C0E1C4. Grayscale: #2B2B2B. Windows color (decimal): -12640709 or 3874367. OLE color: 3874367.

HSL color Cylindrical-coordinate representation of color #3F1E3B: hue angle of 307.27º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F1E3B is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB633059-
CMYK00.520.060.75
HSL307.27º35.48%18.24%-
HSV(B)307.27º52.38%24.71%-
XYZ3.32.34.41-
YUV43.17136.93142.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=41.45%
G=19.74%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63305900.520.060.75307.2735.4818.24
Hex3F1E3B03464B1332312
Octal77367306461134634322
Binary111111111101110110110100110100101110011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,30,59); }

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

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

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

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

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

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

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