#2C262D

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

Shades of Mardi Gras #2C262D

Tints of Mardi Gras #2C262D

Color information

#2C262D (or 0x2C262D) is unknown color: approx Mardi Gras. HEX triplet: 2C, 26 and 2D. RGB value is (44,38,45). Sum of RGB (Red+Green+Blue) = 44+38+45=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 45 - color contains mainly: blue. Hex color #2C262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C262D is #D3D9D2. Grayscale: #282828. Windows color (decimal): -13883859 or 2958892. OLE color: 2958892.

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

Color convert

RGB443845-
CMYK0.020.1600.82
HSL291.43º8.43%16.27%-
HSV(B)291.43º15.56%17.65%-
XYZ2.212.112.77-
YUV40.59130.49130.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.65%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=34.65%
G=29.92%
B=35.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4438450.020.1600.82291.438.4316.27
Hex2C262D210052123810
Octal54465522001224431020
Binary101100100110101101101000001010010100100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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