#3C1443

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

Shades of Mardi Gras #3C1443

Tints of Mardi Gras #3C1443

Color information

#3C1443 (or 0x3C1443) is unknown color: approx Mardi Gras. HEX triplet: 3C, 14 and 43. RGB value is (60,20,67). Sum of RGB (Red+Green+Blue) = 60+20+67=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C1443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1443 is #C3EBBC. Grayscale: #252525. Windows color (decimal): -12839869 or 4396092. OLE color: 4396092.

HSL color Cylindrical-coordinate representation of color #3C1443: hue angle of 291.06º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1443 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB602067-
CMYK0.100.7000.74
HSL291.06º54.02%17.06%-
HSV(B)291.06º70.15%26.27%-
XYZ3.131.875.51-
YUV37.32144.75144.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=40.82%
G=13.61%
B=45.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6020670.100.7000.74291.0654.0217.06
Hex3C1443A4604A1233611
Octal74241031210601124436621
Binary111100101001000011101010001100100101010010001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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