#3E0C3C

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

Shades of Mardi Gras #3E0C3C

Tints of Mardi Gras #3E0C3C

Color information

#3E0C3C (or 0x3E0C3C) is unknown color: approx Mardi Gras. HEX triplet: 3E, 0C and 3C. RGB value is (62,12,60). Sum of RGB (Red+Green+Blue) = 62+12+60=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0C3C is #C1F3C3. Grayscale: #202020. Windows color (decimal): -12710852 or 3935294. OLE color: 3935294.

HSL color Cylindrical-coordinate representation of color #3E0C3C: hue angle of 302.4º 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 #3E0C3C is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB621260-
CMYK00.810.030.76
HSL302.4º67.57%14.51%-
HSV(B)302.4º80.65%24.31%-
XYZ2.931.614.43-
YUV32.42143.56149.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.27%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=46.27%
G=8.96%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62126000.810.030.76302.467.5714.51
Hex3EC3C05134C12e44f
Octal7614740121311445610417
Binary11111011001111000101000111100110010010111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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