#331535

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

Shades of Mardi Gras #331535

Tints of Mardi Gras #331535

Color information

#331535 (or 0x331535) is unknown color: approx Mardi Gras. HEX triplet: 33, 15 and 35. RGB value is (51,21,53). Sum of RGB (Red+Green+Blue) = 51+21+53=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #331535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331535 is #CCEACA. Grayscale: #212121. Windows color (decimal): -13429451 or 3478835. OLE color: 3478835.

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

Color convert

RGB512153-
CMYK0.040.6000.79
HSL296.25º43.24%14.51%-
HSV(B)296.25º60.38%20.78%-
XYZ2.281.53.54-
YUV33.62138.94140.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=40.8%
G=16.8%
B=42.4%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5121530.040.6000.79296.2543.2414.51
Hex33153543C04F1282bf
Octal63256547401174505317
Binary11001110101110101100111100010011111001010001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331535; }

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

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

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

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

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

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

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

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