#3D1A38

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

Shades of Mardi Gras #3D1A38

Tints of Mardi Gras #3D1A38

Color information

#3D1A38 (or 0x3D1A38) is unknown color: approx Mardi Gras. HEX triplet: 3D, 1A and 38. RGB value is (61,26,56). Sum of RGB (Red+Green+Blue) = 61+26+56=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1A38 is #C2E5C7. Grayscale: #272727. Windows color (decimal): -12772808 or 3676733. OLE color: 3676733.

HSL color Cylindrical-coordinate representation of color #3D1A38: hue angle of 308.57º 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 #3D1A38 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB612656-
CMYK00.570.080.76
HSL308.57º40.23%17.06%-
HSV(B)308.57º57.38%23.92%-
XYZ3.012.023.97-
YUV39.88137.1143.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.66%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=42.66%
G=18.18%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61265600.570.080.76308.5740.2317.06
Hex3D1A3803984C1352811
Octal753270071101144655021
Binary1111011101011100001110011000100110010011010110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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