#331933

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

Shades of Mardi Gras #331933

Tints of Mardi Gras #331933

Color information

#331933 (or 0x331933) is unknown color: approx Mardi Gras. HEX triplet: 33, 19 and 33. RGB value is (51,25,51). Sum of RGB (Red+Green+Blue) = 51+25+51=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #331933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331933 is #CCE6CC. Grayscale: #232323. Windows color (decimal): -13428429 or 3348787. OLE color: 3348787.

HSL color Cylindrical-coordinate representation of color #331933: hue angle of 300º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #331933 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB512551-
CMYK00.5100.8
HSL300º34.21%14.9%-
HSV(B)300º50.98%20%-
XYZ2.311.643.33-
YUV35.74136.61138.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 51 (20.31% from 255) = 40.16%
R=40.16%
G=19.69%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51255100.5100.830034.2114.9
Hex33193303305012c22f
Octal63316306301204544217
Binary110011110011100110110011010100001001011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331933; }

 p { color: rgb(51,25,51); }

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

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

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

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

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

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

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