#3F213D

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

Shades of Mardi Gras #3F213D

Tints of Mardi Gras #3F213D

Color information

#3F213D (or 0x3F213D) is unknown color: approx Mardi Gras. HEX triplet: 3F, 21 and 3D. RGB value is (63,33,61). Sum of RGB (Red+Green+Blue) = 63+33+61=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F213D is #C0DEC2. Grayscale: #2D2D2D. Windows color (decimal): -12639939 or 4006207. OLE color: 4006207.

HSL color Cylindrical-coordinate representation of color #3F213D: hue angle of 304º degrees, saturation: 0.31, 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 #3F213D is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB633361-
CMYK00.480.030.75
HSL304º31.25%18.82%-
HSV(B)304º47.62%24.71%-
XYZ3.442.484.71-
YUV45.16136.94140.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=40.13%
G=21.02%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63336100.480.030.7530431.2518.82
Hex3F213D03034B1301f13
Octal77417506031134603723
Binary11111110000111110101100001110010111001100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,61); }

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

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

 a { background-color: rgb(63,33,61); }

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

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

 span { border-color: rgb(63,33,61); }

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