#3D103C

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

Shades of Mardi Gras #3D103C

Tints of Mardi Gras #3D103C

Color information

#3D103C (or 0x3D103C) is unknown color: approx Mardi Gras. HEX triplet: 3D, 10 and 3C. RGB value is (61,16,60). Sum of RGB (Red+Green+Blue) = 61+16+60=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D103C is #C2EFC3. Grayscale: #222222. Windows color (decimal): -12775364 or 3936317. OLE color: 3936317.

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

Color convert

RGB611660-
CMYK00.740.020.76
HSL301.33º58.44%15.1%-
HSV(B)301.33º73.77%23.92%-
XYZ2.931.694.45-
YUV34.47142.41146.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 60 (23.83% from 255) = 43.80%
R=44.53%
G=11.68%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61166000.740.020.76301.3358.4415.1
Hex3D103C04A24C12d3af
Octal752074011221144557217
Binary11110110000111100010010101010011001001011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,16,60); }

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

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

 a { background-color: rgb(61,16,60); }

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

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

 span { border-color: rgb(61,16,60); }

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