#331735

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

Shades of Mardi Gras #331735

Tints of Mardi Gras #331735

Color information

#331735 (or 0x331735) is unknown color: approx Mardi Gras. HEX triplet: 33, 17 and 35. RGB value is (51,23,53). Sum of RGB (Red+Green+Blue) = 51+23+53=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: blue. Hex color #331735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331735 is #CCE8CA. Grayscale: #222222. Windows color (decimal): -13428939 or 3479347. OLE color: 3479347.

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

Color convert

RGB512353-
CMYK0.040.5700.79
HSL296º39.47%14.9%-
HSV(B)296º56.6%20.78%-
XYZ2.311.573.55-
YUV34.79138.28139.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=40.16%
G=18.11%
B=41.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5123530.040.5700.7929639.4714.9
Hex33173543904F12827f
Octal63276547101174504717
Binary11001110111110101100111001010011111001010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331735; }

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

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

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

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

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

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

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

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