#3C0136

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

Shades of Mardi Gras #3C0136

Tints of Mardi Gras #3C0136

Color information

#3C0136 (or 0x3C0136) is unknown color: approx Mardi Gras. HEX triplet: 3C, 01 and 36. RGB value is (60,1,54). Sum of RGB (Red+Green+Blue) = 60+1+54=115 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.17% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0136 is #C3FEC9. Grayscale: #181818. Windows color (decimal): -12844746 or 3539260. OLE color: 3539260.

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

Color convert

RGB60154-
CMYK00.980.100.76
HSL306.1º96.72%11.96%-
HSV(B)306.1º98.33%23.53%-
XYZ2.541.253.6-
YUV24.68144.55153.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 52.17%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 54 (21.48% from 255) = 46.96%
R=52.17%
G=0.87%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6015400.980.100.76306.196.7211.96
Hex3C136062A4C13261c
Octal7416601421211446214114
Binary1111001110110011000101010100110010011001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,1,54); }

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

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

 a { background-color: rgb(60,1,54); }

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

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

 span { border-color: rgb(60,1,54); }

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