#3D1A3B

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

Shades of Mardi Gras #3D1A3B

Tints of Mardi Gras #3D1A3B

Color information

#3D1A3B (or 0x3D1A3B) is unknown color: approx Mardi Gras. HEX triplet: 3D, 1A and 3B. RGB value is (61,26,59). Sum of RGB (Red+Green+Blue) = 61+26+59=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1A3B is #C2E5C4. Grayscale: #282828. Windows color (decimal): -12772805 or 3873341. OLE color: 3873341.

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

Color convert

RGB612659-
CMYK00.570.030.76
HSL303.43º40.23%17.06%-
HSV(B)303.43º57.38%23.92%-
XYZ3.082.054.37-
YUV40.23138.6142.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.78%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 59 (23.44% from 255) = 40.41%
R=41.78%
G=17.81%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61265900.570.030.76303.4340.2317.06
Hex3D1A3B03934C12f2811
Octal75327307131144575021
Binary11110111010111011011100111100110010010111110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,26,59); }

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

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

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

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

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

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

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