#2F2131

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

Shades of Mardi Gras #2F2131

Tints of Mardi Gras #2F2131

Color information

#2F2131 (or 0x2F2131) is unknown color: approx Mardi Gras. HEX triplet: 2F, 21 and 31. RGB value is (47,33,49). Sum of RGB (Red+Green+Blue) = 47+33+49=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2131 is #D0DECE. Grayscale: #262626. Windows color (decimal): -13688527 or 3219759. OLE color: 3219759.

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

Color convert

RGB473349-
CMYK0.040.3300.81
HSL292.5º19.51%16.08%-
HSV(B)292.5º32.65%19.22%-
XYZ2.271.913.16-
YUV39.01133.64133.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.43%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=36.43%
G=25.58%
B=37.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4733490.040.3300.81292.519.5116.08
Hex2F21314210511241410
Octal57416144101214442420
Binary101111100001110001100100001010100011001001001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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