#2F0C33

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

Shades of Mardi Gras #2F0C33

Tints of Mardi Gras #2F0C33

Color information

#2F0C33 (or 0x2F0C33) is unknown color: approx Mardi Gras. HEX triplet: 2F, 0C and 33. RGB value is (47,12,51). Sum of RGB (Red+Green+Blue) = 47+12+51=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #2F0C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F0C33 is #D0F3CC. Grayscale: #1A1A1A. Windows color (decimal): -13693901 or 3345455. OLE color: 3345455.

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

Color convert

RGB471251-
CMYK0.080.7600.8
HSL293.85º61.9%12.35%-
HSV(B)293.85º76.47%20%-
XYZ1.91.113.25-
YUV26.91141.6142.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 42.73%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=42.73%
G=10.91%
B=46.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4712510.080.7600.8293.8561.912.35
Hex2FC3384C0501263ec
Octal5714631011401204467614
Binary101111110011001110001001100010100001001001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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