#331033

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

Shades of Mardi Gras #331033

Tints of Mardi Gras #331033

Color information

#331033 (or 0x331033) is unknown color: approx Mardi Gras. HEX triplet: 33, 10 and 33. RGB value is (51,16,51). Sum of RGB (Red+Green+Blue) = 51+16+51=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #331033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331033 is #CCEFCC. Grayscale: #1E1E1E. Windows color (decimal): -13430733 or 3346483. OLE color: 3346483.

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

Color convert

RGB511651-
CMYK00.6900.8
HSL300º52.24%13.14%-
HSV(B)300º68.63%20%-
XYZ2.151.313.27-
YUV30.46139.6142.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=43.22%
G=13.56%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51165100.6900.830052.2413.14
Hex33103304505012c34d
Octal632063010501204546415
Binary1100111000011001101000101010100001001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331033; }

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

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

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

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

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

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

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

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