#3C1836

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

Shades of Mardi Gras #3C1836

Tints of Mardi Gras #3C1836

Color information

#3C1836 (or 0x3C1836) is unknown color: approx Mardi Gras. HEX triplet: 3C, 18 and 36. RGB value is (60,24,54). Sum of RGB (Red+Green+Blue) = 60+24+54=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1836 is #C3E7C9. Grayscale: #262626. Windows color (decimal): -12838858 or 3545148. OLE color: 3545148.

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

Color convert

RGB602454-
CMYK00.600.100.76
HSL310º42.86%16.47%-
HSV(B)310º60%23.53%-
XYZ2.861.883.7-
YUV38.18136.93143.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.48%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=43.48%
G=17.39%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60245400.600.100.7631042.8616.47
Hex3C183603CA4C1362b10
Octal743066074121144665320
Binary1111001100011011001111001010100110010011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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