#2C212E

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

Shades of Mardi Gras #2C212E

Tints of Mardi Gras #2C212E

Color information

#2C212E (or 0x2C212E) is unknown color: approx Mardi Gras. HEX triplet: 2C, 21 and 2E. RGB value is (44,33,46). Sum of RGB (Red+Green+Blue) = 44+33+46=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C212E is #D3DED1. Grayscale: #252525. Windows color (decimal): -13885138 or 3023148. OLE color: 3023148.

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

Color convert

RGB443346-
CMYK0.040.2800.82
HSL290.77º16.46%15.49%-
HSV(B)290.77º28.26%18.04%-
XYZ2.081.822.83-
YUV37.77132.64132.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.77%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=35.77%
G=26.83%
B=37.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4433460.040.2800.82290.7716.4615.49
Hex2C212E41C05212310f
Octal54415643401224432017
Binary1011001000011011101001110001010010100100011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,46); }

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

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

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

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

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

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

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