#3C0239

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

Shades of Mardi Gras #3C0239

Tints of Mardi Gras #3C0239

Color information

#3C0239 (or 0x3C0239) is unknown color: approx Mardi Gras. HEX triplet: 3C, 02 and 39. RGB value is (60,2,57). Sum of RGB (Red+Green+Blue) = 60+2+57=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0239 is #C3FDC6. Grayscale: #191919. Windows color (decimal): -12844487 or 3736124. OLE color: 3736124.

HSL color Cylindrical-coordinate representation of color #3C0239: hue angle of 303.1º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0239 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB60257-
CMYK00.970.050.76
HSL303.1º93.55%12.16%-
HSV(B)303.1º96.67%23.53%-
XYZ2.621.33.98-
YUV25.61145.72152.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50.42%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 57 (22.66% from 255) = 47.90%
R=50.42%
G=1.68%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6025700.970.050.76303.193.5512.16
Hex3C23906154C12f5ec
Octal742710141511445713614
Binary1111001011100101100001101100110010010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,2,57); }

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

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

 a { background-color: rgb(60,2,57); }

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

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

 span { border-color: rgb(60,2,57); }

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