#3F203E

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

Shades of Mardi Gras #3F203E

Tints of Mardi Gras #3F203E

Color information

#3F203E (or 0x3F203E) is unknown color: approx Mardi Gras. HEX triplet: 3F, 20 and 3E. RGB value is (63,32,62). Sum of RGB (Red+Green+Blue) = 63+32+62=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F203E is #C0DFC1. Grayscale: #2C2C2C. Windows color (decimal): -12640194 or 4071487. OLE color: 4071487.

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

Color convert

RGB633262-
CMYK00.490.020.75
HSL301.94º32.63%18.63%-
HSV(B)301.94º49.21%24.71%-
XYZ3.442.444.85-
YUV44.69137.77141.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=40.13%
G=20.38%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63326200.490.020.75301.9432.6318.63
Hex3F203E03124B12e2113
Octal77407606121134564123
Binary111111100000111110011000110100101110010111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,62); }

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

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

 a { background-color: rgb(63,32,62); }

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

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

 span { border-color: rgb(63,32,62); }

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