#2F1B33

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

Shades of Mardi Gras #2F1B33

Tints of Mardi Gras #2F1B33

Color information

#2F1B33 (or 0x2F1B33) is unknown color: approx Mardi Gras. HEX triplet: 2F, 1B and 33. RGB value is (47,27,51). Sum of RGB (Red+Green+Blue) = 47+27+51=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F1B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1B33 is #D0E4CC. Grayscale: #232323. Windows color (decimal): -13690061 or 3349295. OLE color: 3349295.

HSL color Cylindrical-coordinate representation of color #2F1B33: hue angle of 290º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F1B33 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB472751-
CMYK0.080.4700.8
HSL290º30.77%15.29%-
HSV(B)290º47.06%20%-
XYZ2.161.633.33-
YUV35.72136.63136.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.6%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 51 (20.31% from 255) = 40.8%
R=37.6%
G=21.6%
B=40.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4727510.080.4700.829030.7715.29
Hex2F1B3382F0501221ff
Octal573363105701204423717
Binary10111111011110011100010111101010000100100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,27,51); }

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

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

 a { background-color: rgb(47,27,51); }

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

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

 span { border-color: rgb(47,27,51); }

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