#2F2231

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

Shades of Mardi Gras #2F2231

Tints of Mardi Gras #2F2231

Color information

#2F2231 (or 0x2F2231) is unknown color: approx Mardi Gras. HEX triplet: 2F, 22 and 31. RGB value is (47,34,49). Sum of RGB (Red+Green+Blue) = 47+34+49=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2231 is #D0DDCE. Grayscale: #272727. Windows color (decimal): -13688271 or 3220015. OLE color: 3220015.

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

Color convert

RGB473449-
CMYK0.040.3100.81
HSL292º18.07%16.27%-
HSV(B)292º30.61%19.22%-
XYZ2.31.973.16-
YUV39.6133.31133.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.15%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=36.15%
G=26.15%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4734490.040.3100.8129218.0716.27
Hex2F223141F0511241210
Octal57426143701214442220
Binary10111110001011000110011111010100011001001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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