#2D202F

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

Shades of Mardi Gras #2D202F

Tints of Mardi Gras #2D202F

Color information

#2D202F (or 0x2D202F) is unknown color: approx Mardi Gras. HEX triplet: 2D, 20 and 2F. RGB value is (45,32,47). Sum of RGB (Red+Green+Blue) = 45+32+47=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D202F is #D2DFD0. Grayscale: #252525. Windows color (decimal): -13819857 or 3088429. OLE color: 3088429.

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

Color convert

RGB453247-
CMYK0.040.3200.82
HSL292º18.99%15.49%-
HSV(B)292º31.91%18.43%-
XYZ2.111.82.92-
YUV37.6133.31133.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.29%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=36.29%
G=25.81%
B=37.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4532470.040.3200.8229218.9915.49
Hex2D202F42005212413f
Octal55405744001224442317
Binary10110110000010111110010000001010010100100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,32,47); }

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

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

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

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

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

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

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