#2D202C

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

Shades of Mardi Gras #2D202C

Tints of Mardi Gras #2D202C

Color information

#2D202C (or 0x2D202C) is unknown color: approx Mardi Gras. HEX triplet: 2D, 20 and 2C. RGB value is (45,32,44). Sum of RGB (Red+Green+Blue) = 45+32+44=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 45 - color contains mainly: red. Hex color #2D202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D202C is #D2DFD3. Grayscale: #252525. Windows color (decimal): -13819860 or 2891821. OLE color: 2891821.

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

Color convert

RGB453244-
CMYK00.290.020.82
HSL304.62º16.88%15.1%-
HSV(B)304.62º28.89%17.65%-
XYZ2.051.772.62-
YUV37.25131.81133.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.19%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=37.19%
G=26.45%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45324400.290.020.82304.6216.8815.1
Hex2D202C01D25213111f
Octal55405403521224612117
Binary101101100000101100011101101010010100110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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