#2F2631

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

Shades of Mardi Gras #2F2631

Tints of Mardi Gras #2F2631

Color information

#2F2631 (or 0x2F2631) is unknown color: approx Mardi Gras. HEX triplet: 2F, 26 and 31. RGB value is (47,38,49). Sum of RGB (Red+Green+Blue) = 47+38+49=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2631 is #D0D9CE. Grayscale: #292929. Windows color (decimal): -13687247 or 3221039. OLE color: 3221039.

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

Color convert

RGB473849-
CMYK0.040.2200.81
HSL289.09º12.64%17.06%-
HSV(B)289.09º22.45%19.22%-
XYZ2.422.213.21-
YUV41.94131.98131.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.07%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=35.07%
G=28.36%
B=36.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4738490.040.2200.81289.0912.6417.06
Hex2F2631416051121d11
Octal57466142601214411521
Binary1011111001101100011001011001010001100100001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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