#32002D

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

Shades of Mardi Gras #32002D

Tints of Mardi Gras #32002D

Color information

#32002D (or 0x32002D) is unknown color: approx Mardi Gras. HEX triplet: 32, 00 and 2D. RGB value is (50,0,45). Sum of RGB (Red+Green+Blue) = 50+0+45=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #32002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32002D is #CDFFD2. Grayscale: #131313. Windows color (decimal): -13500371 or 2949170. OLE color: 2949170.

HSL color Cylindrical-coordinate representation of color #32002D: hue angle of 306º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32002D is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB50045-
CMYK010.100.80
HSL306º100%9.8%-
HSV(B)306º100%19.61%-
XYZ1.790.872.56-
YUV20.08142.06149.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 47.37%
R=52.63%
G=0%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50045010.100.803061009.8
Hex3202D064A5013264a
Octal6205501441212046214412
Binary1100100101101011001001010101000010011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32002D; }

 p { color: rgb(50,0,45); }

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

<style>
 a { background-color: #32002D; }

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

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

<style>
 span { border-color: #32002D; }

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

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