#3C1537

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

Shades of Mardi Gras #3C1537

Tints of Mardi Gras #3C1537

Color information

#3C1537 (or 0x3C1537) is unknown color: approx Mardi Gras. HEX triplet: 3C, 15 and 37. RGB value is (60,21,55). Sum of RGB (Red+Green+Blue) = 60+21+55=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1537 is #C3EAC8. Grayscale: #242424. Windows color (decimal): -12839625 or 3609916. OLE color: 3609916.

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

Color convert

RGB602155-
CMYK00.650.080.76
HSL307.69º48.15%15.88%-
HSV(B)307.69º65%23.53%-
XYZ2.821.773.81-
YUV36.54138.42144.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.12%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 55 (21.88% from 255) = 40.44%
R=44.12%
G=15.44%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60215500.650.080.76307.6948.1515.88
Hex3C153704184C1343010
Octal7425670101101144646020
Binary11110010101110111010000011000100110010011010011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,55); }

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

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

 a { background-color: rgb(60,21,55); }

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

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

 span { border-color: rgb(60,21,55); }

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