#321234

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

Shades of Mardi Gras #321234

Tints of Mardi Gras #321234

Color information

#321234 (or 0x321234) is unknown color: approx Mardi Gras. HEX triplet: 32, 12 and 34. RGB value is (50,18,52). Sum of RGB (Red+Green+Blue) = 50+18+52=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #321234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321234 is #CDEDCB. Grayscale: #1F1F1F. Windows color (decimal): -13495756 or 3412530. OLE color: 3412530.

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

Color convert

RGB501852-
CMYK0.040.6500.80
HSL296.47º48.57%13.73%-
HSV(B)296.47º65.38%20.39%-
XYZ2.151.363.4-
YUV31.44139.6141.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 52 (20.70% from 255) = 43.33%
R=41.67%
G=15%
B=43.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5018520.040.6500.80296.4748.5713.73
Hex32123444105012831e
Octal622264410101204506116
Binary110010100101101001001000001010100001001010001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321234; }

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

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

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

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

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

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

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

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