#2F0A31

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

Shades of Mardi Gras #2F0A31

Tints of Mardi Gras #2F0A31

Color information

#2F0A31 (or 0x2F0A31) is unknown color: approx Mardi Gras. HEX triplet: 2F, 0A and 31. RGB value is (47,10,49). Sum of RGB (Red+Green+Blue) = 47+10+49=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F0A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0A31 is #D0F5CE. Grayscale: #191919. Windows color (decimal): -13694415 or 3213871. OLE color: 3213871.

HSL color Cylindrical-coordinate representation of color #2F0A31: hue angle of 296.92º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F0A31 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB471049-
CMYK0.040.8000.81
HSL296.92º66.1%11.57%-
HSV(B)296.92º79.59%19.22%-
XYZ1.841.043.01-
YUV25.51141.26143.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.34%
GREEN value IS 10 (4.30% from 255) = 9.43%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=44.34%
G=9.43%
B=46.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4710490.040.8000.81296.9266.111.57
Hex2FA3145005112942c
Octal5712614120012145110214
Binary101111101011000110010100000101000110010100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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