#2F0131

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

Shades of Mardi Gras #2F0131

Tints of Mardi Gras #2F0131

Color information

#2F0131 (or 0x2F0131) is unknown color: approx Mardi Gras. HEX triplet: 2F, 01 and 31. RGB value is (47,1,49). Sum of RGB (Red+Green+Blue) = 47+1+49=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F0131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0131 is #D0FECE. Grayscale: #141414. Windows color (decimal): -13696719 or 3211567. OLE color: 3211567.

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

Color convert

RGB47149-
CMYK0.040.9800.81
HSL297.5º96%9.8%-
HSV(B)297.5º97.96%19.22%-
XYZ1.740.852.98-
YUV20.23144.24147.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.45%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=48.45%
G=1.03%
B=50.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal471490.040.9800.81297.5969.8
Hex2F13146205112a60a
Octal571614142012145214012
Binary101111111000110011000100101000110010101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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