#2F1031

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

Shades of Mardi Gras #2F1031

Tints of Mardi Gras #2F1031

Color information

#2F1031 (or 0x2F1031) is unknown color: approx Mardi Gras. HEX triplet: 2F, 10 and 31. RGB value is (47,16,49). Sum of RGB (Red+Green+Blue) = 47+16+49=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #2F1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1031 is #D0EFCE. Grayscale: #1C1C1C. Windows color (decimal): -13692879 or 3215407. OLE color: 3215407.

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

Color convert

RGB471649-
CMYK0.040.6700.81
HSL296.36º50.77%12.75%-
HSV(B)296.36º67.35%19.22%-
XYZ1.911.23.04-
YUV29.03139.27140.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.96%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 49 (19.53% from 255) = 43.75%
R=41.96%
G=14.29%
B=43.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4716490.040.6700.81296.3650.7712.75
Hex2F103144305112833d
Octal572061410301214506315
Binary101111100001100011001000011010100011001010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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