#3C1334

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

Shades of Mardi Gras #3C1334

Tints of Mardi Gras #3C1334

Color information

#3C1334 (or 0x3C1334) is unknown color: approx Mardi Gras. HEX triplet: 3C, 13 and 34. RGB value is (60,19,52). Sum of RGB (Red+Green+Blue) = 60+19+52=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1334 is #C3ECCB. Grayscale: #222222. Windows color (decimal): -12840140 or 3412796. OLE color: 3412796.

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

Color convert

RGB601952-
CMYK00.680.130.76
HSL311.71º51.9%15.49%-
HSV(B)311.71º68.33%23.53%-
XYZ2.721.673.43-
YUV35.02137.58145.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.80%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=45.80%
G=14.50%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60195200.680.130.76311.7151.915.49
Hex3C1334044D4C13834f
Octal7423640104151144706417
Binary1111001001111010001000100110110011001001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,52); }

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

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

 a { background-color: rgb(60,19,52); }

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

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

 span { border-color: rgb(60,19,52); }

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