#320c2f

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

Shades of Mardi Gras #320C2F

Tints of Mardi Gras #320C2F

Color information

#320C2F (or 0x320C2F) is unknown color: approx Mardi Gras. HEX triplet: 32, 0C and 2F. RGB value is (50,12,47). Sum of RGB (Red+Green+Blue) = 50+12+47=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #320C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C2F is #CDF3D0. Grayscale: #1B1B1B. Windows color (decimal): -13497297 or 3083314. OLE color: 3083314.

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

Color convert

RGB501247-
CMYK00.760.060.80
HSL304.74º61.29%12.16%-
HSV(B)304.74º76%19.61%-
XYZ1.961.152.81-
YUV27.35139.09144.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 12 (5.08% from 255) = 11.01%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=45.87%
G=11.01%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50124700.760.060.80304.7461.2912.16
Hex32C2F04C6501313dc
Octal621457011461204617514
Binary11001011001011110100110011010100001001100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320c2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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