#2C072E

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

Shades of Mardi Gras #2C072E

Tints of Mardi Gras #2C072E

Color information

#2C072E (or 0x2C072E) is unknown color: approx Mardi Gras. HEX triplet: 2C, 07 and 2E. RGB value is (44,7,46). Sum of RGB (Red+Green+Blue) = 44+7+46=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C072E is #D3F8D1. Grayscale: #161616. Windows color (decimal): -13891794 or 3016492. OLE color: 3016492.

HSL color Cylindrical-coordinate representation of color #2C072E: hue angle of 296.92º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C072E is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB44746-
CMYK0.040.8500.82
HSL296.92º73.58%10.39%-
HSV(B)296.92º84.78%18.04%-
XYZ1.610.882.67-
YUV22.51141.26143.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 45.36%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 46 (18.36% from 255) = 47.42%
R=45.36%
G=7.22%
B=47.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal447460.040.8500.82296.9273.5810.39
Hex2C72E4550521294aa
Octal547564125012245111212
Binary10110011110111010010101010101001010010100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,7,46); }

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

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

 a { background-color: rgb(44,7,46); }

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

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

 span { border-color: rgb(44,7,46); }

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