#331036

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

Shades of Mardi Gras #331036

Tints of Mardi Gras #331036

Color information

#331036 (or 0x331036) is unknown color: approx Mardi Gras. HEX triplet: 33, 10 and 36. RGB value is (51,16,54). Sum of RGB (Red+Green+Blue) = 51+16+54=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #331036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331036 is #CCEFC9. Grayscale: #1E1E1E. Windows color (decimal): -13430730 or 3543091. OLE color: 3543091.

HSL color Cylindrical-coordinate representation of color #331036: hue angle of 295.26º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #331036 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB511654-
CMYK0.060.7000.79
HSL295.26º54.29%13.73%-
HSV(B)295.26º70.37%21.18%-
XYZ2.221.343.63-
YUV30.8141.1142.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=42.15%
G=13.22%
B=44.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5116540.060.7000.79295.2654.2913.73
Hex33103664604F12736e
Octal632066610601174476616
Binary110011100001101101101000110010011111001001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331036; }

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

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

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

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

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

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

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

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