#2F2831

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

Shades of Mardi Gras #2F2831

Tints of Mardi Gras #2F2831

Color information

#2F2831 (or 0x2F2831) is unknown color: approx Mardi Gras. HEX triplet: 2F, 28 and 31. RGB value is (47,40,49). Sum of RGB (Red+Green+Blue) = 47+40+49=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2831 is #D0D7CE. Grayscale: #2B2B2B. Windows color (decimal): -13686735 or 3221551. OLE color: 3221551.

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

Color convert

RGB474049-
CMYK0.040.1800.81
HSL286.67º10.11%17.45%-
HSV(B)286.67º18.37%19.22%-
XYZ2.492.343.23-
YUV43.12131.32130.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.56%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=34.56%
G=29.41%
B=36.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4740490.040.1800.81286.6710.1117.45
Hex2F283141205111fa11
Octal57506142201214371221
Binary1011111010001100011001001001010001100011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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