#331831

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

Shades of Mardi Gras #331831

Tints of Mardi Gras #331831

Color information

#331831 (or 0x331831) is unknown color: approx Mardi Gras. HEX triplet: 33, 18 and 31. RGB value is (51,24,49). Sum of RGB (Red+Green+Blue) = 51+24+49=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #331831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331831 is #CCE7CE. Grayscale: #222222. Windows color (decimal): -13428687 or 3217459. OLE color: 3217459.

HSL color Cylindrical-coordinate representation of color #331831: hue angle of 304.44º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #331831 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB512449-
CMYK00.530.040.8
HSL304.44º36%14.71%-
HSV(B)304.44º52.94%20%-
XYZ2.251.583.09-
YUV34.92135.95139.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 49 (19.53% from 255) = 39.52%
R=41.13%
G=19.35%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51244900.530.040.8304.443614.71
Hex33183103545013024f
Octal63306106541204604417
Binary11001111000110001011010110010100001001100001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331831; }

 p { color: rgb(51,24,49); }

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

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

 a { background-color: rgb(51,24,49); }

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

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

 span { border-color: rgb(51,24,49); }

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