#2D252D

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

Shades of Mardi Gras #2D252D

Tints of Mardi Gras #2D252D

Color information

#2D252D (or 0x2D252D) is unknown color: approx Mardi Gras. HEX triplet: 2D, 25 and 2D. RGB value is (45,37,45). Sum of RGB (Red+Green+Blue) = 45+37+45=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 45 - color contains mainly: red, blue. Hex color #2D252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D252D is #D2DAD2. Grayscale: #282828. Windows color (decimal): -13818579 or 2958637. OLE color: 2958637.

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

Color convert

RGB453745-
CMYK00.1800.82
HSL300º9.76%16.08%-
HSV(B)300º17.78%17.65%-
XYZ2.222.072.77-
YUV40.3130.65131.35-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.43%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=35.43%
G=29.13%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45374500.1800.823009.7616.08
Hex2D252D01205212ca10
Octal55455502201224541220
Binary10110110010110110101001001010010100101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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