#3C1143

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

Shades of Mardi Gras #3C1143

Tints of Mardi Gras #3C1143

Color information

#3C1143 (or 0x3C1143) is unknown color: approx Mardi Gras. HEX triplet: 3C, 11 and 43. RGB value is (60,17,67). Sum of RGB (Red+Green+Blue) = 60+17+67=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1143 is #C3EEBC. Grayscale: #232323. Windows color (decimal): -12840637 or 4395324. OLE color: 4395324.

HSL color Cylindrical-coordinate representation of color #3C1143: hue angle of 291.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C1143 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB601767-
CMYK0.100.7500.74
HSL291.6º59.52%16.47%-
HSV(B)291.6º74.63%26.27%-
XYZ3.081.775.49-
YUV35.56145.75145.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 67 (26.56% from 255) = 46.53%
R=41.67%
G=11.81%
B=46.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6017670.100.7500.74291.659.5216.47
Hex3C1143A4B04A1243c10
Octal74211031211301124447420
Binary111100100011000011101010010110100101010010010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,67); }

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

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

 a { background-color: rgb(60,17,67); }

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

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

 span { border-color: rgb(60,17,67); }

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