#3E0C3D

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

Shades of Mardi Gras #3E0C3D

Tints of Mardi Gras #3E0C3D

Color information

#3E0C3D (or 0x3E0C3D) is unknown color: approx Mardi Gras. HEX triplet: 3E, 0C and 3D. RGB value is (62,12,61). Sum of RGB (Red+Green+Blue) = 62+12+61=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0C3D is #C1F3C2. Grayscale: #202020. Windows color (decimal): -12710851 or 4000830. OLE color: 4000830.

HSL color Cylindrical-coordinate representation of color #3E0C3D: hue angle of 301.2º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E0C3D is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB621261-
CMYK00.810.020.76
HSL301.2º67.57%14.51%-
HSV(B)301.2º80.65%24.31%-
XYZ2.961.624.57-
YUV32.54144.06149.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.93%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 61 (24.22% from 255) = 45.19%
R=45.93%
G=8.89%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62126100.810.020.76301.267.5714.51
Hex3EC3D05124C12d44f
Octal7614750121211445510417
Binary11111011001111010101000110100110010010110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,12,61); }

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

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

 a { background-color: rgb(62,12,61); }

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

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

 span { border-color: rgb(62,12,61); }

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