#321D2F

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

Shades of Mardi Gras #321D2F

Tints of Mardi Gras #321D2F

Color information

#321D2F (or 0x321D2F) is unknown color: approx Mardi Gras. HEX triplet: 32, 1D and 2F. RGB value is (50,29,47). Sum of RGB (Red+Green+Blue) = 50+29+47=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #321D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D2F is #CDE2D0. Grayscale: #252525. Windows color (decimal): -13492945 or 3087666. OLE color: 3087666.

HSL color Cylindrical-coordinate representation of color #321D2F: hue angle of 308.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #321D2F is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB502947-
CMYK00.420.060.80
HSL308.57º26.58%15.49%-
HSV(B)308.57º42%19.61%-
XYZ2.271.762.91-
YUV37.33133.46137.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=39.68%
G=23.02%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50294700.420.060.80308.5726.5815.49
Hex321D2F02A6501351bf
Octal62355705261204653317
Binary1100101110110111101010101101010000100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321D2F; }

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

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

<style>
 a { background-color: #321D2F; }

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

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

<style>
 span { border-color: #321D2F; }

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

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