#3C183B

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

Shades of Mardi Gras #3C183B

Tints of Mardi Gras #3C183B

Color information

#3C183B (or 0x3C183B) is unknown color: approx Mardi Gras. HEX triplet: 3C, 18 and 3B. RGB value is (60,24,59). Sum of RGB (Red+Green+Blue) = 60+24+59=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C183B is #C3E7C4. Grayscale: #262626. Windows color (decimal): -12838853 or 3872828. OLE color: 3872828.

HSL color Cylindrical-coordinate representation of color #3C183B: hue angle of 301.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 #3C183B is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB602459-
CMYK00.600.020.76
HSL301.67º42.86%16.47%-
HSV(B)301.67º60%23.53%-
XYZ2.981.934.35-
YUV38.75139.43143.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.96%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=41.96%
G=16.78%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60245900.600.020.76301.6742.8616.47
Hex3C183B03C24C12e2b10
Octal74307307421144565320
Binary11110011000111011011110010100110010010111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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