#3C043D

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

Shades of Mardi Gras #3C043D

Tints of Mardi Gras #3C043D

Color information

#3C043D (or 0x3C043D) is unknown color: approx Mardi Gras. HEX triplet: 3C, 04 and 3D. RGB value is (60,4,61). Sum of RGB (Red+Green+Blue) = 60+4+61=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C043D is #C3FBC2. Grayscale: #1B1B1B. Windows color (decimal): -12843971 or 3998780. OLE color: 3998780.

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

Color convert

RGB60461-
CMYK0.020.9300.76
HSL298.95º87.69%12.75%-
HSV(B)298.95º93.44%23.92%-
XYZ2.751.384.54-
YUV27.24147.05151.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 61 (24.22% from 255) = 48.8%
R=48%
G=3.2%
B=48.8%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal604610.020.9300.76298.9587.6912.75
Hex3C43D25D04C12b58d
Octal744752135011445313015
Binary1111001001111011010111010100110010010101110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,4,61); }

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

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

 a { background-color: rgb(60,4,61); }

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

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

 span { border-color: rgb(60,4,61); }

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