#320B2D

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

Shades of Mardi Gras #320B2D

Tints of Mardi Gras #320B2D

Color information

#320B2D (or 0x320B2D) is unknown color: approx Mardi Gras. HEX triplet: 32, 0B and 2D. RGB value is (50,11,45). Sum of RGB (Red+Green+Blue) = 50+11+45=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #320B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B2D is #CDF4D2. Grayscale: #1A1A1A. Windows color (decimal): -13497555 or 2951986. OLE color: 2951986.

HSL color Cylindrical-coordinate representation of color #320B2D: hue angle of 307.69º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B2D is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB501145-
CMYK00.780.100.80
HSL307.69º63.93%11.96%-
HSV(B)307.69º78%19.61%-
XYZ1.911.112.6-
YUV26.54138.42144.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 11 (4.69% from 255) = 10.38%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=47.17%
G=10.38%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50114500.780.100.80307.6963.9311.96
Hex32B2D04EA5013440c
Octal62135501161212046410014
Binary1100101011101101010011101010101000010011010010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320B2D; }

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

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

<style>
 a { background-color: #320B2D; }

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

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

<style>
 span { border-color: #320B2D; }

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

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