#3C193B

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

Shades of Mardi Gras #3C193B

Tints of Mardi Gras #3C193B

Color information

#3C193B (or 0x3C193B) is unknown color: approx Mardi Gras. HEX triplet: 3C, 19 and 3B. RGB value is (60,25,59). Sum of RGB (Red+Green+Blue) = 60+25+59=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C193B is #C3E6C4. Grayscale: #272727. Windows color (decimal): -12838597 or 3873084. OLE color: 3873084.

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

Color convert

RGB602559-
CMYK00.580.020.76
HSL301.71º41.18%16.67%-
HSV(B)301.71º58.33%23.53%-
XYZ31.974.36-
YUV39.34139.1142.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=41.67%
G=17.36%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60255900.580.020.76301.7141.1816.67
Hex3C193B03A24C12e2911
Octal74317307221144565121
Binary11110011001111011011101010100110010010111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,25,59); }

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

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

 a { background-color: rgb(60,25,59); }

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

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

 span { border-color: rgb(60,25,59); }

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