#331136

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

Shades of Mardi Gras #331136

Tints of Mardi Gras #331136

Color information

#331136 (or 0x331136) is unknown color: approx Mardi Gras. HEX triplet: 33, 11 and 36. RGB value is (51,17,54). Sum of RGB (Red+Green+Blue) = 51+17+54=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #331136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331136 is #CCEEC9. Grayscale: #1F1F1F. Windows color (decimal): -13430474 or 3543347. OLE color: 3543347.

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

Color convert

RGB511754-
CMYK0.060.6900.79
HSL295.14º52.11%13.92%-
HSV(B)295.14º68.52%21.18%-
XYZ2.231.373.64-
YUV31.38140.76141.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.80%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 54 (21.48% from 255) = 44.26%
R=41.80%
G=13.93%
B=44.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5117540.060.6900.79295.1452.1113.92
Hex33113664504F12734e
Octal632166610501174476416
Binary110011100011101101101000101010011111001001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331136; }

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

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

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

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

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

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

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

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