#321834

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

Shades of Mardi Gras #321834

Tints of Mardi Gras #321834

Color information

#321834 (or 0x321834) is unknown color: approx Mardi Gras. HEX triplet: 32, 18 and 34. RGB value is (50,24,52). Sum of RGB (Red+Green+Blue) = 50+24+52=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 52 - color contains mainly: blue. Hex color #321834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321834 is #CDE7CB. Grayscale: #222222. Windows color (decimal): -13494220 or 3414066. OLE color: 3414066.

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

Color convert

RGB502452-
CMYK0.040.5400.80
HSL295.71º36.84%14.9%-
HSV(B)295.71º53.85%20.39%-
XYZ2.261.583.43-
YUV34.97137.61138.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=39.68%
G=19.05%
B=41.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5024520.040.5400.80295.7136.8414.9
Hex32183443605012825f
Octal62306446601204504517
Binary11001011000110100100110110010100001001010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321834; }

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

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

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

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

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

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

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

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