#2D212F

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

Shades of Mardi Gras #2D212F

Tints of Mardi Gras #2D212F

Color information

#2D212F (or 0x2D212F) is unknown color: approx Mardi Gras. HEX triplet: 2D, 21 and 2F. RGB value is (45,33,47). Sum of RGB (Red+Green+Blue) = 45+33+47=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D212F is #D2DED0. Grayscale: #262626. Windows color (decimal): -13819601 or 3088685. OLE color: 3088685.

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

Color convert

RGB453347-
CMYK0.040.3000.82
HSL291.43º17.5%15.69%-
HSV(B)291.43º29.79%18.43%-
XYZ2.141.852.93-
YUV38.18132.98132.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=36%
G=26.4%
B=37.6%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4533470.040.3000.82291.4317.515.69
Hex2D212F41E0521231110
Octal55415743601224432120
Binary10110110000110111110011110010100101001000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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