#3C1635

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

Shades of Mardi Gras #3C1635

Tints of Mardi Gras #3C1635

Color information

#3C1635 (or 0x3C1635) is unknown color: approx Mardi Gras. HEX triplet: 3C, 16 and 35. RGB value is (60,22,53). Sum of RGB (Red+Green+Blue) = 60+22+53=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1635 is #C3E9CA. Grayscale: #242424. Windows color (decimal): -12839371 or 3479100. OLE color: 3479100.

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

Color convert

RGB602253-
CMYK00.630.120.76
HSL311.05º46.34%16.08%-
HSV(B)311.05º63.33%23.53%-
XYZ2.791.793.57-
YUV36.9137.09144.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.44%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=44.44%
G=16.30%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60225300.630.120.76311.0546.3416.08
Hex3C163503FC4C1372e10
Octal742665077141144675620
Binary1111001011011010101111111100100110010011011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,22,53); }

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

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

 a { background-color: rgb(60,22,53); }

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

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

 span { border-color: rgb(60,22,53); }

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