#2C242C

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

Shades of Mardi Gras #2C242C

Tints of Mardi Gras #2C242C

Color information

#2C242C (or 0x2C242C) is unknown color: approx Mardi Gras. HEX triplet: 2C, 24 and 2C. RGB value is (44,36,44). Sum of RGB (Red+Green+Blue) = 44+36+44=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 44 - color contains mainly: red, blue. Hex color #2C242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C242C is #D3DBD3. Grayscale: #272727. Windows color (decimal): -13884372 or 2892844. OLE color: 2892844.

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

Color convert

RGB443644-
CMYK00.1800.83
HSL300º10%15.69%-
HSV(B)300º18.18%17.25%-
XYZ2.121.982.65-
YUV39.3130.65131.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.48%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=35.48%
G=29.03%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44364400.1800.833001015.69
Hex2C242C01205312ca10
Octal54445402201234541220
Binary10110010010010110001001001010011100101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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