#2C272D

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

Shades of Mardi Gras #2C272D

Tints of Mardi Gras #2C272D

Color information

#2C272D (or 0x2C272D) is unknown color: approx Mardi Gras. HEX triplet: 2C, 27 and 2D. RGB value is (44,39,45). Sum of RGB (Red+Green+Blue) = 44+39+45=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C272D is #D3D8D2. Grayscale: #292929. Windows color (decimal): -13883603 or 2959148. OLE color: 2959148.

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

Color convert

RGB443945-
CMYK0.020.1300.82
HSL290º7.14%16.47%-
HSV(B)290º13.33%17.65%-
XYZ2.242.182.78-
YUV41.18130.16130.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.38%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=34.38%
G=30.47%
B=35.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4439450.020.1300.822907.1416.47
Hex2C272D2D052122710
Octal5447552150122442720
Binary1011001001111011011011010101001010010001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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