#2F2431

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

Shades of Mardi Gras #2F2431

Tints of Mardi Gras #2F2431

Color information

#2F2431 (or 0x2F2431) is unknown color: approx Mardi Gras. HEX triplet: 2F, 24 and 31. RGB value is (47,36,49). Sum of RGB (Red+Green+Blue) = 47+36+49=132 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.61% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F2431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2431 is #D0DBCE. Grayscale: #282828. Windows color (decimal): -13687759 or 3220527. OLE color: 3220527.

HSL color Cylindrical-coordinate representation of color #2F2431: hue angle of 290.77º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2F2431 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB473649-
CMYK0.040.2700.81
HSL290.77º15.29%16.67%-
HSV(B)290.77º26.53%19.22%-
XYZ2.362.093.18-
YUV40.77132.64132.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.61%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=35.61%
G=27.27%
B=37.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4736490.040.2700.81290.7715.2916.67
Hex2F243141B051123f11
Octal57446143301214431721
Binary1011111001001100011001101101010001100100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2431; }

 p { color: rgb(47,36,49); }

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

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

 a { background-color: rgb(47,36,49); }

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

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

 span { border-color: rgb(47,36,49); }

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