#3C1938

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

Shades of Mardi Gras #3C1938

Tints of Mardi Gras #3C1938

Color information

#3C1938 (or 0x3C1938) is unknown color: approx Mardi Gras. HEX triplet: 3C, 19 and 38. RGB value is (60,25,56). Sum of RGB (Red+Green+Blue) = 60+25+56=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1938 is #C3E6C7. Grayscale: #262626. Windows color (decimal): -12838600 or 3676476. OLE color: 3676476.

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

Color convert

RGB602556-
CMYK00.580.070.76
HSL306.86º41.18%16.67%-
HSV(B)306.86º58.33%23.53%-
XYZ2.921.943.96-
YUV39137.6142.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.55%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=42.55%
G=17.73%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60255600.580.070.76306.8641.1816.67
Hex3C193803A74C1332911
Octal74317007271144635121
Binary111100110011110000111010111100110010011001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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