#321434

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

Shades of Mardi Gras #321434

Tints of Mardi Gras #321434

Color information

#321434 (or 0x321434) is unknown color: approx Mardi Gras. HEX triplet: 32, 14 and 34. RGB value is (50,20,52). Sum of RGB (Red+Green+Blue) = 50+20+52=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #321434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321434 is #CDEBCB. Grayscale: #202020. Windows color (decimal): -13495244 or 3413042. OLE color: 3413042.

HSL color Cylindrical-coordinate representation of color #321434: hue angle of 296.25º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321434 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB502052-
CMYK0.040.6200.80
HSL296.25º44.44%14.12%-
HSV(B)296.25º61.54%20.39%-
XYZ2.191.433.41-
YUV32.62138.94140.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=40.98%
G=16.39%
B=42.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5020520.040.6200.80296.2544.4414.12
Hex32143443E0501282ce
Octal62246447601204505416
Binary11001010100110100100111110010100001001010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321434; }

 p { color: rgb(50,20,52); }

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

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

 a { background-color: rgb(50,20,52); }

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

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

 span { border-color: rgb(50,20,52); }

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