#2D232D

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

Shades of Mardi Gras #2D232D

Tints of Mardi Gras #2D232D

Color information

#2D232D (or 0x2D232D) is unknown color: approx Mardi Gras. HEX triplet: 2D, 23 and 2D. RGB value is (45,35,45). Sum of RGB (Red+Green+Blue) = 45+35+45=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 45 - color contains mainly: red, blue. Hex color #2D232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D232D is #D2DCD2. Grayscale: #272727. Windows color (decimal): -13819091 or 2958125. OLE color: 2958125.

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

Color convert

RGB453545-
CMYK00.2200.82
HSL300º12.5%15.69%-
HSV(B)300º22.22%17.65%-
XYZ2.161.952.75-
YUV39.13131.31132.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 45 (17.97% from 255) = 36%
R=36%
G=28%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45354500.2200.8230012.515.69
Hex2D232D01605212cc10
Octal55435502601224541420
Binary10110110001110110101011001010010100101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,45); }

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

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

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

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

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

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

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