#331F35

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

Shades of Mardi Gras #331F35

Tints of Mardi Gras #331F35

Color information

#331F35 (or 0x331F35) is unknown color: approx Mardi Gras. HEX triplet: 33, 1F and 35. RGB value is (51,31,53). Sum of RGB (Red+Green+Blue) = 51+31+53=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #331F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F35 is #CCE0CA. Grayscale: #272727. Windows color (decimal): -13426891 or 3481395. OLE color: 3481395.

HSL color Cylindrical-coordinate representation of color #331F35: hue angle of 294.55º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #331F35 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB513153-
CMYK0.040.4200.79
HSL294.55º26.19%16.47%-
HSV(B)294.55º41.51%20.78%-
XYZ2.51.943.61-
YUV39.49135.63136.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=37.78%
G=22.96%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5131530.040.4200.79294.5526.1916.47
Hex331F3542A04F1271a10
Octal63376545201174473220
Binary11001111111110101100101010010011111001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,31,53); }

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

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

 a { background-color: rgb(51,31,53); }

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

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

 span { border-color: rgb(51,31,53); }

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