#2C132C

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

Shades of Mardi Gras #2C132C

Tints of Mardi Gras #2C132C

Color information

#2C132C (or 0x2C132C) is unknown color: approx Mardi Gras. HEX triplet: 2C, 13 and 2C. RGB value is (44,19,44). Sum of RGB (Red+Green+Blue) = 44+19+44=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: red, blue. Hex color #2C132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C132C is #D3ECD3. Grayscale: #1D1D1D. Windows color (decimal): -13888724 or 2888492. OLE color: 2888492.

HSL color Cylindrical-coordinate representation of color #2C132C: hue angle of 300º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C132C is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB441944-
CMYK00.5700.83
HSL300º39.68%12.35%-
HSV(B)300º56.82%17.25%-
XYZ1.731.182.52-
YUV29.32136.28138.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.12%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=41.12%
G=17.76%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44194400.5700.8330039.6812.35
Hex2C132C03905312c28c
Octal54235407101234545014
Binary101100100111011000111001010100111001011001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,44); }

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

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

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

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

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

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

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