#320B2A

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

Shades of Mardi Gras #320B2A

Tints of Mardi Gras #320B2A

Color information

#320B2A (or 0x320B2A) is unknown color: approx Mardi Gras. HEX triplet: 32, 0B and 2A. RGB value is (50,11,42). Sum of RGB (Red+Green+Blue) = 50+11+42=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #320B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B2A is #CDF4D5. Grayscale: #1A1A1A. Windows color (decimal): -13497558 or 2755378. OLE color: 2755378.

HSL color Cylindrical-coordinate representation of color #320B2A: hue angle of 312.31º 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 #320B2A is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB501142-
CMYK00.780.160.80
HSL312.31º63.93%11.96%-
HSV(B)312.31º78%19.61%-
XYZ1.851.082.3-
YUV26.2136.92144.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=48.54%
G=10.68%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50114200.780.160.80312.3163.9311.96
Hex32B2A04E105013840c
Octal62135201162012047010014
Binary11001010111010100100111010000101000010011100010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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