#3D2142

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

Shades of Mardi Gras #3D2142

Tints of Mardi Gras #3D2142

Color information

#3D2142 (or 0x3D2142) is unknown color: approx Mardi Gras. HEX triplet: 3D, 21 and 42. RGB value is (61,33,66). Sum of RGB (Red+Green+Blue) = 61+33+66=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 66 - color contains mainly: blue. Hex color #3D2142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2142 is #C2DEBD. Grayscale: #2D2D2D. Windows color (decimal): -12771006 or 4333885. OLE color: 4333885.

HSL color Cylindrical-coordinate representation of color #3D2142: hue angle of 290.91º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D2142 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB613366-
CMYK0.080.500.74
HSL290.91º33.33%19.41%-
HSV(B)290.91º50%25.88%-
XYZ3.452.475.45-
YUV45.13139.78139.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.12%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 66 (26.17% from 255) = 41.25%
R=38.12%
G=20.62%
B=41.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6133660.080.500.74290.9133.3319.41
Hex3D214283204A1232113
Octal7541102106201124434123
Binary111101100001100001010001100100100101010010001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,33,66); }

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

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

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

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

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

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

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