#331D38

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

Shades of Mardi Gras #331D38

Tints of Mardi Gras #331D38

Color information

#331D38 (or 0x331D38) is unknown color: approx Mardi Gras. HEX triplet: 33, 1D and 38. RGB value is (51,29,56). Sum of RGB (Red+Green+Blue) = 51+29+56=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #331D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D38 is #CCE2C7. Grayscale: #262626. Windows color (decimal): -13427400 or 3677491. OLE color: 3677491.

HSL color Cylindrical-coordinate representation of color #331D38: hue angle of 288.89º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #331D38 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB512956-
CMYK0.090.4800.78
HSL288.89º31.76%16.67%-
HSV(B)288.89º48.21%21.96%-
XYZ2.521.873.97-
YUV38.66137.79136.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=37.5%
G=21.32%
B=41.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5129560.090.4800.78288.8931.7616.67
Hex331D3893004E1212011
Octal633570116001164414021
Binary1100111110111100010011100000100111010010000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331D38; }

 p { color: rgb(51,29,56); }

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

<style>
 a { background-color: #331D38; }

 a { background-color: rgb(51,29,56); }

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

<style>
 span { border-color: #331D38; }

 span { border-color: rgb(51,29,56); }

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