#331233

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

Shades of Mardi Gras #331233

Tints of Mardi Gras #331233

Color information

#331233 (or 0x331233) is unknown color: approx Mardi Gras. HEX triplet: 33, 12 and 33. RGB value is (51,18,51). Sum of RGB (Red+Green+Blue) = 51+18+51=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #331233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331233 is #CCEDCC. Grayscale: #1F1F1F. Windows color (decimal): -13430221 or 3346995. OLE color: 3346995.

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

Color convert

RGB511851-
CMYK00.6500.8
HSL300º47.83%13.53%-
HSV(B)300º64.71%20%-
XYZ2.181.383.28-
YUV31.63138.93141.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=42.5%
G=15%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51185100.6500.830047.8313.53
Hex33123304105012c30e
Octal632263010101204546016
Binary1100111001011001101000001010100001001011001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331233; }

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

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

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

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

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

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

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

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