#2F2531

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

Shades of Mardi Gras #2F2531

Tints of Mardi Gras #2F2531

Color information

#2F2531 (or 0x2F2531) is unknown color: approx Mardi Gras. HEX triplet: 2F, 25 and 31. RGB value is (47,37,49). Sum of RGB (Red+Green+Blue) = 47+37+49=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2531 is #D0DACE. Grayscale: #292929. Windows color (decimal): -13687503 or 3220783. OLE color: 3220783.

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

Color convert

RGB473749-
CMYK0.040.2400.81
HSL290º13.95%16.86%-
HSV(B)290º24.49%19.22%-
XYZ2.392.153.19-
YUV41.36132.31132.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.34%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=35.34%
G=27.82%
B=36.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4737490.040.2400.8129013.9516.86
Hex2F2531418051122e11
Octal57456143001214421621
Binary1011111001011100011001100001010001100100010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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