#2C232D

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

Shades of Mardi Gras #2C232D

Tints of Mardi Gras #2C232D

Color information

#2C232D (or 0x2C232D) is unknown color: approx Mardi Gras. HEX triplet: 2C, 23 and 2D. RGB value is (44,35,45). Sum of RGB (Red+Green+Blue) = 44+35+45=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C232D is #D3DCD2. Grayscale: #262626. Windows color (decimal): -13884627 or 2958124. OLE color: 2958124.

HSL color Cylindrical-coordinate representation of color #2C232D: hue angle of 294º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2C232D is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB443545-
CMYK0.020.2200.82
HSL294º12.5%15.69%-
HSV(B)294º22.22%17.65%-
XYZ2.111.932.74-
YUV38.83131.48131.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.48%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=35.48%
G=28.23%
B=36.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4435450.020.2200.8229412.515.69
Hex2C232D216052126c10
Octal54435522601224461420
Binary101100100011101101101011001010010100100110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,35,45); }

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

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

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

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

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

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

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