#3F1F3E

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

Shades of Mardi Gras #3F1F3E

Tints of Mardi Gras #3F1F3E

Color information

#3F1F3E (or 0x3F1F3E) is unknown color: approx Mardi Gras. HEX triplet: 3F, 1F and 3E. RGB value is (63,31,62). Sum of RGB (Red+Green+Blue) = 63+31+62=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F3E is #C0E0C1. Grayscale: #2C2C2C. Windows color (decimal): -12640450 or 4071231. OLE color: 4071231.

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

Color convert

RGB633162-
CMYK00.510.020.75
HSL301.88º34.04%18.43%-
HSV(B)301.88º50.79%24.71%-
XYZ3.412.384.84-
YUV44.1138.1141.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.38%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=40.38%
G=19.87%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63316200.510.020.75301.8834.0418.43
Hex3F1F3E03324B12e2212
Octal77377606321134564222
Binary11111111111111110011001110100101110010111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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