#331333

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

Shades of Mardi Gras #331333

Tints of Mardi Gras #331333

Color information

#331333 (or 0x331333) is unknown color: approx Mardi Gras. HEX triplet: 33, 13 and 33. RGB value is (51,19,51). Sum of RGB (Red+Green+Blue) = 51+19+51=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #331333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331333 is #CCECCC. Grayscale: #202020. Windows color (decimal): -13429965 or 3347251. OLE color: 3347251.

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

Color convert

RGB511951-
CMYK00.6300.8
HSL300º45.71%13.73%-
HSV(B)300º62.75%20%-
XYZ2.21.413.29-
YUV32.22138.6141.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 51 (20.31% from 255) = 42.15%
R=42.15%
G=15.70%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51195100.6300.830045.7113.73
Hex33133303F05012c2ee
Octal63236307701204545616
Binary110011100111100110111111010100001001011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331333; }

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

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

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

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

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

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

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

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