#2D212E

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

Shades of Mardi Gras #2D212E

Tints of Mardi Gras #2D212E

Color information

#2D212E (or 0x2D212E) is unknown color: approx Mardi Gras. HEX triplet: 2D, 21 and 2E. RGB value is (45,33,46). Sum of RGB (Red+Green+Blue) = 45+33+46=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #2D212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D212E is #D2DED1. Grayscale: #262626. Windows color (decimal): -13819602 or 3023149. OLE color: 3023149.

HSL color Cylindrical-coordinate representation of color #2D212E: hue angle of 295.38º 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 #2D212E is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB453346-
CMYK0.020.2800.82
HSL295.38º16.46%15.49%-
HSV(B)295.38º28.26%18.04%-
XYZ2.121.842.83-
YUV38.07132.48132.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.29%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=36.29%
G=26.61%
B=37.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4533460.020.2800.82295.3816.4615.49
Hex2D212E21C05212710f
Octal55415623401224472017
Binary101101100001101110101110001010010100100111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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