#331C38

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

Shades of Mardi Gras #331C38

Tints of Mardi Gras #331C38

Color information

#331C38 (or 0x331C38) is unknown color: approx Mardi Gras. HEX triplet: 33, 1C and 38. RGB value is (51,28,56). Sum of RGB (Red+Green+Blue) = 51+28+56=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #331C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C38 is #CCE3C7. Grayscale: #252525. Windows color (decimal): -13427656 or 3677235. OLE color: 3677235.

HSL color Cylindrical-coordinate representation of color #331C38: hue angle of 289.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #331C38 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB512856-
CMYK0.090.5000.78
HSL289.29º33.33%16.47%-
HSV(B)289.29º50%21.96%-
XYZ2.491.823.96-
YUV38.07138.12137.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=37.78%
G=20.74%
B=41.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5128560.090.5000.78289.2933.3316.47
Hex331C3893204E1212110
Octal633470116201164414120
Binary1100111110011100010011100100100111010010000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,28,56); }

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

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

 a { background-color: rgb(51,28,56); }

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

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

 span { border-color: rgb(51,28,56); }

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