#2D082C

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

Shades of Mardi Gras #2D082C

Tints of Mardi Gras #2D082C

Color information

#2D082C (or 0x2D082C) is unknown color: approx Mardi Gras. HEX triplet: 2D, 08 and 2C. RGB value is (45,8,44). Sum of RGB (Red+Green+Blue) = 45+8+44=97 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.39% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 45 - color contains mainly: red. Hex color #2D082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D082C is #D2F7D3. Grayscale: #171717. Windows color (decimal): -13826004 or 2885677. OLE color: 2885677.

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

Color convert

RGB45844-
CMYK00.820.020.82
HSL301.62º69.81%10.39%-
HSV(B)301.62º82.22%17.65%-
XYZ1.620.912.47-
YUV23.17139.76143.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 46.39%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=46.39%
G=8.25%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4584400.820.020.82301.6269.8110.39
Hex2D82C05225212e46a
Octal5510540122212245610612
Binary10110110001011000101001010101001010010111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,8,44); }

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

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

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

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

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

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

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