#3C143E

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

Shades of Mardi Gras #3C143E

Tints of Mardi Gras #3C143E

Color information

#3C143E (or 0x3C143E) is unknown color: approx Mardi Gras. HEX triplet: 3C, 14 and 3E. RGB value is (60,20,62). Sum of RGB (Red+Green+Blue) = 60+20+62=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C143E is #C3EBC1. Grayscale: #242424. Windows color (decimal): -12839874 or 4068412. OLE color: 4068412.

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

Color convert

RGB602062-
CMYK0.030.6800.76
HSL297.14º51.22%16.08%-
HSV(B)297.14º67.74%24.31%-
XYZ2.981.814.75-
YUV36.75142.25144.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.25%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=42.25%
G=14.08%
B=43.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6020620.030.6800.76297.1451.2216.08
Hex3C143E34404C1293310
Octal742476310401144516320
Binary111100101001111101110001000100110010010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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