#331336

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

Shades of Mardi Gras #331336

Tints of Mardi Gras #331336

Color information

#331336 (or 0x331336) is unknown color: approx Mardi Gras. HEX triplet: 33, 13 and 36. RGB value is (51,19,54). Sum of RGB (Red+Green+Blue) = 51+19+54=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 54 - color contains mainly: blue. Hex color #331336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331336 is #CCECC9. Grayscale: #202020. Windows color (decimal): -13429962 or 3543859. OLE color: 3543859.

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

Color convert

RGB511954-
CMYK0.060.6500.79
HSL294.86º47.95%14.31%-
HSV(B)294.86º64.81%21.18%-
XYZ2.261.443.65-
YUV32.56140.1141.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 54 (21.48% from 255) = 43.55%
R=41.13%
G=15.32%
B=43.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5119540.060.6500.79294.8647.9514.31
Hex33133664104F12730e
Octal632366610101174476016
Binary110011100111101101101000001010011111001001111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331336; }

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

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

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

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

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

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

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

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