#2D012D

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

Shades of Mardi Gras #2D012D

Tints of Mardi Gras #2D012D

Color information

#2D012D (or 0x2D012D) is unknown color: approx Mardi Gras. HEX triplet: 2D, 01 and 2D. RGB value is (45,1,45). Sum of RGB (Red+Green+Blue) = 45+1+45=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: red, blue. Hex color #2D012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D012D is #D2FED2. Grayscale: #131313. Windows color (decimal): -13827795 or 2949421. OLE color: 2949421.

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

Color convert

RGB45145-
CMYK00.9800.82
HSL300º95.65%9.02%-
HSV(B)300º97.78%17.65%-
XYZ1.570.772.55-
YUV19.17142.58146.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 49.45%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 45 (17.97% from 255) = 49.45%
R=49.45%
G=1.10%
B=49.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4514500.9800.8230095.659.02
Hex2D12D06205212c609
Octal551550142012245414011
Binary1011011101101011000100101001010010110011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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