#3C1838

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

Shades of Mardi Gras #3C1838

Tints of Mardi Gras #3C1838

Color information

#3C1838 (or 0x3C1838) is unknown color: approx Mardi Gras. HEX triplet: 3C, 18 and 38. RGB value is (60,24,56). Sum of RGB (Red+Green+Blue) = 60+24+56=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1838 is #C3E7C7. Grayscale: #262626. Windows color (decimal): -12838856 or 3676220. OLE color: 3676220.

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

Color convert

RGB602456-
CMYK00.600.070.76
HSL306.67º42.86%16.47%-
HSV(B)306.67º60%23.53%-
XYZ2.91.93.95-
YUV38.41137.93143.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.86%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 56 (22.27% from 255) = 40%
R=42.86%
G=17.14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60245600.600.070.76306.6742.8616.47
Hex3C183803C74C1332b10
Octal74307007471144635320
Binary111100110001110000111100111100110010011001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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