#331A34

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

Shades of Mardi Gras #331A34

Tints of Mardi Gras #331A34

Color information

#331A34 (or 0x331A34) is unknown color: approx Mardi Gras. HEX triplet: 33, 1A and 34. RGB value is (51,26,52). Sum of RGB (Red+Green+Blue) = 51+26+52=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #331A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A34 is #CCE5CB. Grayscale: #242424. Windows color (decimal): -13428172 or 3414579. OLE color: 3414579.

HSL color Cylindrical-coordinate representation of color #331A34: hue angle of 297.69º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #331A34 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB512652-
CMYK0.020.5000.80
HSL297.69º33.33%15.29%-
HSV(B)297.69º50%20.39%-
XYZ2.351.693.45-
YUV36.44136.78138.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.53%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=39.53%
G=20.16%
B=40.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5126520.020.5000.80297.6933.3315.29
Hex331A3423205012a21f
Octal63326426201204524117
Binary1100111101011010010110010010100001001010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A34; }

 p { color: rgb(51,26,52); }

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

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

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

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

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

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

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