#331635

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

Shades of Mardi Gras #331635

Tints of Mardi Gras #331635

Color information

#331635 (or 0x331635) is unknown color: approx Mardi Gras. HEX triplet: 33, 16 and 35. RGB value is (51,22,53). Sum of RGB (Red+Green+Blue) = 51+22+53=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #331635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331635 is #CCE9CA. Grayscale: #222222. Windows color (decimal): -13429195 or 3479091. OLE color: 3479091.

HSL color Cylindrical-coordinate representation of color #331635: hue angle of 296.13º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #331635 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB512253-
CMYK0.040.5800.79
HSL296.13º41.33%14.71%-
HSV(B)296.13º58.49%20.78%-
XYZ2.291.533.54-
YUV34.2138.61139.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=40.48%
G=17.46%
B=42.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5122530.040.5800.79296.1341.3314.71
Hex33163543A04F12829f
Octal63266547201174505117
Binary11001110110110101100111010010011111001010001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331635; }

 p { color: rgb(51,22,53); }

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

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

 a { background-color: rgb(51,22,53); }

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

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

 span { border-color: rgb(51,22,53); }

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