#331534

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

Shades of Mardi Gras #331534

Tints of Mardi Gras #331534

Color information

#331534 (or 0x331534) is unknown color: approx Mardi Gras. HEX triplet: 33, 15 and 34. RGB value is (51,21,52). Sum of RGB (Red+Green+Blue) = 51+21+52=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #331534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331534 is #CCEACB. Grayscale: #212121. Windows color (decimal): -13429452 or 3413299. OLE color: 3413299.

HSL color Cylindrical-coordinate representation of color #331534: hue angle of 298.06º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #331534 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB512152-
CMYK0.020.6000.80
HSL298.06º42.47%14.31%-
HSV(B)298.06º59.62%20.39%-
XYZ2.251.493.42-
YUV33.5138.44140.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=41.13%
G=16.94%
B=41.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5121520.020.6000.80298.0642.4714.31
Hex33153423C05012a2ae
Octal63256427401204525216
Binary1100111010111010010111100010100001001010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331534; }

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

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

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

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

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

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

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

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