#3C1437

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

Shades of Mardi Gras #3C1437

Tints of Mardi Gras #3C1437

Color information

#3C1437 (or 0x3C1437) is unknown color: approx Mardi Gras. HEX triplet: 3C, 14 and 37. RGB value is (60,20,55). Sum of RGB (Red+Green+Blue) = 60+20+55=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1437 is #C3EBC8. Grayscale: #232323. Windows color (decimal): -12839881 or 3609660. OLE color: 3609660.

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

Color convert

RGB602055-
CMYK00.670.080.76
HSL307.5º50%15.69%-
HSV(B)307.5º66.67%23.53%-
XYZ2.81.743.8-
YUV35.95138.75145.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 44.44%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 55 (21.88% from 255) = 40.74%
R=44.44%
G=14.81%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60205500.670.080.76307.55015.69
Hex3C143704384C1343210
Octal7424670103101144646220
Binary11110010100110111010000111000100110010011010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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