#3C1438

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

Shades of Mardi Gras #3C1438

Tints of Mardi Gras #3C1438

Color information

#3C1438 (or 0x3C1438) is unknown color: approx Mardi Gras. HEX triplet: 3C, 14 and 38. RGB value is (60,20,56). Sum of RGB (Red+Green+Blue) = 60+20+56=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1438 is #C3EBC7. Grayscale: #232323. Windows color (decimal): -12839880 or 3675196. OLE color: 3675196.

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

Color convert

RGB602056-
CMYK00.670.070.76
HSL306º50%15.69%-
HSV(B)306º66.67%23.53%-
XYZ2.831.753.93-
YUV36.06139.25145.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.12%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=44.12%
G=14.71%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60205600.670.070.763065015.69
Hex3C143804374C1323210
Octal742470010371144626220
Binary1111001010011100001000011111100110010011001011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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