#3C0937

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

Shades of Mardi Gras #3C0937

Tints of Mardi Gras #3C0937

Color information

#3C0937 (or 0x3C0937) is unknown color: approx Mardi Gras. HEX triplet: 3C, 09 and 37. RGB value is (60,9,55). Sum of RGB (Red+Green+Blue) = 60+9+55=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0937 is #C3F6C8. Grayscale: #1D1D1D. Windows color (decimal): -12842697 or 3606844. OLE color: 3606844.

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

Color convert

RGB60955-
CMYK00.850.080.76
HSL305.88º73.91%13.53%-
HSV(B)305.88º85%23.53%-
XYZ2.651.433.75-
YUV29.49142.4149.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.39%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 55 (21.88% from 255) = 44.35%
R=48.39%
G=7.26%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6095500.850.080.76305.8873.9113.53
Hex3C93705584C1324ae
Octal74116701251011446211216
Binary1111001001110111010101011000100110010011001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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