#32002F

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

Shades of Mardi Gras #32002F

Tints of Mardi Gras #32002F

Color information

#32002F (or 0x32002F) is unknown color: approx Mardi Gras. HEX triplet: 32, 00 and 2F. RGB value is (50,0,47). Sum of RGB (Red+Green+Blue) = 50+0+47=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #32002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32002F is #CDFFD0. Grayscale: #141414. Windows color (decimal): -13500369 or 3080242. OLE color: 3080242.

HSL color Cylindrical-coordinate representation of color #32002F: hue angle of 303.6º 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 #32002F is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB50047-
CMYK010.060.80
HSL303.6º100%9.8%-
HSV(B)303.6º100%19.61%-
XYZ1.830.882.76-
YUV20.31143.06149.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 48.45%
R=51.55%
G=0%
B=48.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50047010.060.80303.61009.8
Hex3202F06465013064a
Octal620570144612046014412
Binary110010010111101100100110101000010011000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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