#3C1D43

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

Shades of Mardi Gras #3C1D43

Tints of Mardi Gras #3C1D43

Color information

#3C1D43 (or 0x3C1D43) is unknown color: approx Mardi Gras. HEX triplet: 3C, 1D and 43. RGB value is (60,29,67). Sum of RGB (Red+Green+Blue) = 60+29+67=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C1D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1D43 is #C3E2BC. Grayscale: #2A2A2A. Windows color (decimal): -12837565 or 4398396. OLE color: 4398396.

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

Color convert

RGB602967-
CMYK0.100.5700.74
HSL288.95º39.58%18.82%-
HSV(B)288.95º56.72%26.27%-
XYZ3.322.245.57-
YUV42.6141.77140.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 67 (26.56% from 255) = 42.95%
R=38.46%
G=18.59%
B=42.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6029670.100.5700.74288.9539.5818.82
Hex3C1D43A3904A1212813
Octal7435103127101124415023
Binary11110011101100001110101110010100101010010000110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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