#2C252C

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

Shades of Mardi Gras #2C252C

Tints of Mardi Gras #2C252C

Color information

#2C252C (or 0x2C252C) is unknown color: approx Mardi Gras. HEX triplet: 2C, 25 and 2C. RGB value is (44,37,44). Sum of RGB (Red+Green+Blue) = 44+37+44=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 44 - color contains mainly: red, blue. Hex color #2C252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C252C is #D3DAD3. Grayscale: #272727. Windows color (decimal): -13884116 or 2893100. OLE color: 2893100.

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

Color convert

RGB443744-
CMYK00.1600.83
HSL300º8.64%15.88%-
HSV(B)300º15.91%17.25%-
XYZ2.152.042.66-
YUV39.89130.32130.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.2%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=35.2%
G=29.6%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44374400.1600.833008.6415.88
Hex2C252C01005312c910
Octal54455402001234541120
Binary10110010010110110001000001010011100101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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