#331D37

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

Shades of Mardi Gras #331D37

Tints of Mardi Gras #331D37

Color information

#331D37 (or 0x331D37) is unknown color: approx Mardi Gras. HEX triplet: 33, 1D and 37. RGB value is (51,29,55). Sum of RGB (Red+Green+Blue) = 51+29+55=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 55 - color contains mainly: blue. Hex color #331D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D37 is #CCE2C8. Grayscale: #262626. Windows color (decimal): -13427401 or 3611955. OLE color: 3611955.

HSL color Cylindrical-coordinate representation of color #331D37: hue angle of 290.77º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331D37 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB512955-
CMYK0.070.4700.78
HSL290.77º30.95%16.47%-
HSV(B)290.77º47.27%21.57%-
XYZ2.491.863.84-
YUV38.54137.29136.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 55 (21.88% from 255) = 40.74%
R=37.78%
G=21.48%
B=40.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5129550.070.4700.78290.7730.9516.47
Hex331D3772F04E1231f10
Octal63356775701164433720
Binary11001111101110111111101111010011101001000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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