#2C202C

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

Shades of Mardi Gras #2C202C

Tints of Mardi Gras #2C202C

Color information

#2C202C (or 0x2C202C) is unknown color: approx Mardi Gras. HEX triplet: 2C, 20 and 2C. RGB value is (44,32,44). Sum of RGB (Red+Green+Blue) = 44+32+44=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 44 - color contains mainly: red, blue. Hex color #2C202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C202C is #D3DFD3. Grayscale: #242424. Windows color (decimal): -13885396 or 2891820. OLE color: 2891820.

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

Color convert

RGB443244-
CMYK00.2700.83
HSL300º15.79%14.9%-
HSV(B)300º27.27%17.25%-
XYZ2.011.752.61-
YUV36.96131.98133.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.67%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=36.67%
G=26.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44324400.2700.8330015.7914.9
Hex2C202C01B05312c10f
Octal54405403301234542017
Binary10110010000010110001101101010011100101100100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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