#321233

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

Shades of Mardi Gras #321233

Tints of Mardi Gras #321233

Color information

#321233 (or 0x321233) is unknown color: approx Mardi Gras. HEX triplet: 32, 12 and 33. RGB value is (50,18,51). Sum of RGB (Red+Green+Blue) = 50+18+51=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #321233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321233 is #CDEDCC. Grayscale: #1F1F1F. Windows color (decimal): -13495757 or 3346994. OLE color: 3346994.

HSL color Cylindrical-coordinate representation of color #321233: hue angle of 298.18º degrees, saturation: 0.48, 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 #321233 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB501851-
CMYK0.020.6500.8
HSL298.18º47.83%13.53%-
HSV(B)298.18º64.71%20%-
XYZ2.131.353.28-
YUV31.33139.1141.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=42.02%
G=15.13%
B=42.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5018510.020.6500.8298.1847.8313.53
Hex32123324105012a30e
Octal622263210101204526016
Binary11001010010110011101000001010100001001010101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321233; }

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

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

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

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

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

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

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

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