#3C0738

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

Shades of Mardi Gras #3C0738

Tints of Mardi Gras #3C0738

Color information

#3C0738 (or 0x3C0738) is unknown color: approx Mardi Gras. HEX triplet: 3C, 07 and 38. RGB value is (60,7,56). Sum of RGB (Red+Green+Blue) = 60+7+56=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0738 is #C3F8C7. Grayscale: #1C1C1C. Windows color (decimal): -12843208 or 3671868. OLE color: 3671868.

HSL color Cylindrical-coordinate representation of color #3C0738: hue angle of 304.53º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0738 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB60756-
CMYK00.880.070.76
HSL304.53º79.1%13.14%-
HSV(B)304.53º88.33%23.53%-
XYZ2.651.43.87-
YUV28.43143.56150.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48.78%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=48.78%
G=5.69%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6075600.880.070.76304.5379.113.14
Hex3C73805874C1314fd
Octal747700130711446111715
Binary11110011111100001011000111100110010011000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,7,56); }

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

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

 a { background-color: rgb(60,7,56); }

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

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

 span { border-color: rgb(60,7,56); }

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