#3D193D

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

Shades of Mardi Gras #3D193D

Tints of Mardi Gras #3D193D

Color information

#3D193D (or 0x3D193D) is unknown color: approx Mardi Gras. HEX triplet: 3D, 19 and 3D. RGB value is (61,25,61). Sum of RGB (Red+Green+Blue) = 61+25+61=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D193D is #C2E6C2. Grayscale: #272727. Windows color (decimal): -12773059 or 4004157. OLE color: 4004157.

HSL color Cylindrical-coordinate representation of color #3D193D: hue angle of 300º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D193D is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB612561-
CMYK00.5900.76
HSL300º41.86%16.86%-
HSV(B)300º59.02%23.92%-
XYZ3.112.024.64-
YUV39.87139.93143.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.50%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=41.50%
G=17.01%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61256100.5900.7630041.8616.86
Hex3D193D03B04C12c2a11
Octal75317507301144545221
Binary1111011100111110101110110100110010010110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,25,61); }

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

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

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

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

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

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

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