#3D163D

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

Shades of Mardi Gras #3D163D

Tints of Mardi Gras #3D163D

Color information

#3D163D (or 0x3D163D) is unknown color: approx Mardi Gras. HEX triplet: 3D, 16 and 3D. RGB value is (61,22,61). Sum of RGB (Red+Green+Blue) = 61+22+61=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D163D is #C2E9C2. Grayscale: #252525. Windows color (decimal): -12773827 or 4003389. OLE color: 4003389.

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

Color convert

RGB612261-
CMYK00.6400.76
HSL300º46.99%16.27%-
HSV(B)300º63.93%23.92%-
XYZ3.051.94.62-
YUV38.11140.92144.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.36%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=42.36%
G=15.28%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61226100.6400.7630046.9916.27
Hex3D163D04004C12c2f10
Octal752675010001144545720
Binary11110110110111101010000000100110010010110010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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